DefaultHttpServerIODispatch@Deprecated public class SSLServerIOEventDispatch extends DefaultServerIOEventDispatch
IOEventDispatch
interface for SSL (encrypted) server-side HTTP connections.CONNECTION_KEY| Constructor and Description |
|---|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
SSLContext sslContext,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
SSLServerIOEventDispatch(NHttpServiceHandler handler,
SSLContext sslContext,
SSLSetupHandler sslHandler,
HttpParams params)
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(NHttpServerIOTarget conn)
Deprecated.
|
connected, disconnected, inputReady, outputReady, timeoutpublic SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
SSLContext. This I/O dispatcher will transparently handle SSL
protocol aspects for HTTP connections.handler - the server protocol handler.sslContext - the SSL context.sslHandler - the SSL setup handler.params - HTTP parameters.public SSLServerIOEventDispatch(NHttpServiceHandler handler, SSLContext sslContext, HttpParams params)
SSLContext. This I/O dispatcher will transparently handle SSL
protocol aspects for HTTP connections.handler - the server protocol handler.sslContext - the SSL context.params - HTTP parameters.public void onConnected(NHttpServerIOTarget conn)
Copyright © 2010 - 2020 Adobe. All Rights Reserved