Uses of Class
org.apache.synapse.transport.passthru.core.ssl.SSLConfiguration
Packages that use SSLConfiguration
Package
Description
-
Uses of SSLConfiguration in org.apache.synapse.transport.passthru.api
Methods in org.apache.synapse.transport.passthru.api with parameters of type SSLConfigurationModifier and TypeMethodDescriptionstatic booleanPassThroughInboundEndpointHandler.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 SSLConfigurationModifier and TypeMethodDescriptionbooleanPassThroughListeningIOReactorManager.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 SSLConfigurationModifier and TypeMethodDescriptionstatic ServerConnFactorySSLConnectionUtils.getServerConnectionFactory(String endpointName, PassThroughSharedListenerConfiguration configuration, SSLConfiguration sslConfiguration) Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations