Uses of Class
org.apache.synapse.transport.passthru.ServerIODispatch
-
Packages that use ServerIODispatch Package Description org.apache.synapse.transport.passthru.core org.apache.synapse.transport.passthru.core.ssl -
-
Uses of ServerIODispatch in org.apache.synapse.transport.passthru.core
Subclasses of ServerIODispatch in org.apache.synapse.transport.passthru.core Modifier and Type Class Description class
MultiListenerServerIODispatch
Class Responsible for dispatch IOEvents to mapping EventHandler according to InboundEndpoint portMethods in org.apache.synapse.transport.passthru.core that return ServerIODispatch Modifier and Type Method Description ServerIODispatch
PassThroughListeningIOReactorManager. getServerIODispatch(int port)
Return ServerIODispatch registered under given portMethods in org.apache.synapse.transport.passthru.core with parameters of type ServerIODispatch Modifier and Type Method Description void
PassThroughListeningIOReactorManager. startIOReactor(org.apache.http.nio.reactor.ListeningIOReactor listeningIOReactor, ServerIODispatch serverIODispatch, String prefix)
StartIOReactor with given ServerIODispatch -
Uses of ServerIODispatch in org.apache.synapse.transport.passthru.core.ssl
Subclasses of ServerIODispatch in org.apache.synapse.transport.passthru.core.ssl Modifier and Type Class Description class
MultiListenerSSLServerIODispatch
-