Class MultiListenerSSLServerIODispatch
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.AbstractIODispatch<org.apache.http.impl.nio.DefaultNHttpServerConnection>
-
- org.apache.synapse.transport.passthru.ServerIODispatch
-
- org.apache.synapse.transport.passthru.core.MultiListenerServerIODispatch
-
- org.apache.synapse.transport.passthru.core.ssl.MultiListenerSSLServerIODispatch
-
- All Implemented Interfaces:
org.apache.http.nio.reactor.IOEventDispatch
public class MultiListenerSSLServerIODispatch extends MultiListenerServerIODispatch
-
-
Constructor Summary
Constructors Constructor Description MultiListenerSSLServerIODispatch(Map<Integer,org.apache.http.nio.NHttpServerEventHandler> handlers, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, Map<Integer,ServerConnFactory> endpointSSLConfigHolder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.http.impl.nio.DefaultNHttpServerConnection
createConnection(org.apache.http.nio.reactor.IOSession session)
void
update(ServerConnFactory connFactory)
-
Methods inherited from class org.apache.synapse.transport.passthru.core.MultiListenerServerIODispatch
onClosed, onConnected, onException, onInputReady, onOutputReady, onTimeout
-
-
-
-
Constructor Detail
-
MultiListenerSSLServerIODispatch
public MultiListenerSSLServerIODispatch(Map<Integer,org.apache.http.nio.NHttpServerEventHandler> handlers, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, Map<Integer,ServerConnFactory> endpointSSLConfigHolder)
-
-
Method Detail
-
update
public void update(ServerConnFactory connFactory)
- Overrides:
update
in classServerIODispatch
-
createConnection
protected org.apache.http.impl.nio.DefaultNHttpServerConnection createConnection(org.apache.http.nio.reactor.IOSession session)
- Overrides:
createConnection
in classServerIODispatch
-
-