Constructors in org.apache.http.impl.nio with parameters of type NHttpServerEventHandler |
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
HttpParams params)
Deprecated. (4.3) use DefaultHttpServerIODispatch.DefaultHttpServerIODispatch(
NHttpServerEventHandler, ConnectionConfig) |
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
NHttpConnectionFactory<DefaultNHttpServerConnection> connFactory)
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
HttpParams params)
Deprecated. (4.3) use DefaultHttpServerIODispatch.DefaultHttpServerIODispatch(
NHttpServerEventHandler, SSLContext, ConnectionConfig) |
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
ConnectionConfig config)
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated. (4.3) use DefaultHttpServerIODispatch.DefaultHttpServerIODispatch(
NHttpServerEventHandler, SSLContext, SSLSetupHandler, ConnectionConfig) |