Uses of Class
org.apache.synapse.transport.passthru.core.PassThroughSharedListenerConfiguration
-
Packages that use PassThroughSharedListenerConfiguration Package Description org.apache.synapse.transport.passthru.core org.apache.synapse.transport.passthru.core.ssl -
-
Uses of PassThroughSharedListenerConfiguration in org.apache.synapse.transport.passthru.core
Methods in org.apache.synapse.transport.passthru.core with parameters of type PassThroughSharedListenerConfiguration Modifier and Type Method Description org.apache.http.nio.reactor.ListeningIOReactor
PassThroughListeningIOReactorManager. initIOReactor(int port, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, PassThroughSharedListenerConfiguration passThroughSharedListenerConfiguration)
Create IOReactor with given configuration -
Uses of PassThroughSharedListenerConfiguration in org.apache.synapse.transport.passthru.core.ssl
Methods in org.apache.synapse.transport.passthru.core.ssl with parameters of type PassThroughSharedListenerConfiguration 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
-