public class MultiListenerServerIODispatch extends ServerIODispatch
| Constructor and Description |
|---|
MultiListenerServerIODispatch(Map<Integer,org.apache.http.nio.NHttpServerEventHandler> handlers,
org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler,
ServerConnFactory connFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onClosed(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection) |
protected void |
onConnected(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection) |
protected void |
onException(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection,
IOException e) |
protected void |
onInputReady(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection) |
protected void |
onOutputReady(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection) |
protected void |
onTimeout(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection) |
createConnection, updatepublic MultiListenerServerIODispatch(Map<Integer,org.apache.http.nio.NHttpServerEventHandler> handlers, org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler, ServerConnFactory connFactory)
protected void onConnected(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection)
onConnected in class ServerIODispatchprotected void onClosed(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection)
onClosed in class ServerIODispatchprotected void onException(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection,
IOException e)
onException in class ServerIODispatchprotected void onInputReady(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection)
onInputReady in class ServerIODispatchprotected void onOutputReady(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection)
onOutputReady in class ServerIODispatchprotected void onTimeout(org.apache.http.impl.nio.DefaultNHttpServerConnection defaultNHttpServerConnection)
onTimeout in class ServerIODispatchCopyright © 2005–2019 Apache Software Foundation. All rights reserved.