Uses of Class
org.apache.http.impl.nio.DefaultHttpServerIODispatch
-
Packages that use DefaultHttpServerIODispatch Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. -
-
Uses of DefaultHttpServerIODispatch in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio that return DefaultHttpServerIODispatch Modifier and Type Method Description static <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.static <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch. create(T eventHandler, javax.net.ssl.SSLContext sslContext, ConnectionConfig config, HttpRequestFactory httpRequestFactory)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.static <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.
-