Uses of Class
org.apache.synapse.transport.passthru.core.ssl.SSLConfiguration
-
Packages that use SSLConfiguration Package Description org.apache.synapse.transport.passthru.api org.apache.synapse.transport.passthru.core org.apache.synapse.transport.passthru.core.ssl -
-
Uses of SSLConfiguration in org.apache.synapse.transport.passthru.api
Methods in org.apache.synapse.transport.passthru.api with parameters of type SSLConfiguration Modifier and Type Method Description static boolean
PassThroughInboundEndpointHandler. startSSLEndpoint(InetSocketAddress inetSocketAddress, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, String endpointName, SSLConfiguration sslConfiguration)
Start SSL Endpoint Listen and events related to Endpoint handle by given NHttpServerEventHandler -
Uses of SSLConfiguration in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core with parameters of type SSLConfiguration Modifier and Type Method Description boolean
PassThroughListeningIOReactorManager. startDynamicPTTSSLEndpoint(InetSocketAddress inetSocketAddress, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, String endpointName, SSLConfiguration sslConfiguration)
Start SSL endpoint in IO reactor which is external to PTT Axis Listeners started at server startup -
Uses of SSLConfiguration in org.apache.synapse.transport.passthru.core.ssl
Methods in org.apache.synapse.transport.passthru.core.ssl with parameters of type SSLConfiguration Modifier and Type Method Description static ServerConnFactory
SSLConnectionUtils. getServerConnectionFactory(String endpointName, PassThroughSharedListenerConfiguration configuration, SSLConfiguration sslConfiguration)
Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations
-