static <T extends NHttpServerEventHandler> DefaultHttpServerIODispatch<T> |
DefaultHttpServerIODispatch.create(T handler,
javax.net.ssl.SSLContext sslContext,
org.apache.http.config.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,
org.apache.http.config.ConnectionConfig config,
org.apache.http.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,
org.apache.http.config.ConnectionConfig config) |
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|