SSLClientIOEventDispatch@Deprecated public class SSLClientIOEventDispatch extends Object implements IOEventDispatch
IOEventDispatch interface for SSL
(encrypted) client-side HTTP connections.CONNECTION_KEY| Constructor and Description |
|---|
SSLClientIOEventDispatch(NHttpClientHandler 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. |
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslContext,
SSLIOSessionHandler 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 |
connected(IOSession session)
Deprecated.
Triggered after the given session has been just created.
|
void |
disconnected(IOSession session)
Deprecated.
Triggered when the given session has been terminated.
|
void |
inputReady(IOSession session)
Deprecated.
Triggered when the given session has input pending.
|
void |
outputReady(IOSession session)
Deprecated.
Triggered when the given session is ready for output.
|
void |
timeout(IOSession session)
Deprecated.
Triggered when the given session as timed out.
|
public SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLIOSessionHandler sslHandler, HttpParams params)
SSLContext. This I/O dispatcher will transparently handle SSL
protocol aspects for HTTP connections.handler - the client protocol handler.sslContext - the SSL context.sslHandler - the SSL handler.params - HTTP parameters.public SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, HttpParams params)
SSLContext. This I/O dispatcher will transparently handle SSL
protocol aspects for HTTP connections.handler - the client protocol handler.sslContext - the SSL context.params - HTTP parameters.public void connected(IOSession session)
IOEventDispatchconnected in interface IOEventDispatchsession - the I/O session.public void disconnected(IOSession session)
IOEventDispatchdisconnected in interface IOEventDispatchsession - the I/O session.public void inputReady(IOSession session)
IOEventDispatchinputReady in interface IOEventDispatchsession - the I/O session.public void outputReady(IOSession session)
IOEventDispatchoutputReady in interface IOEventDispatchsession - the I/O session.public void timeout(IOSession session)
IOEventDispatchtimeout in interface IOEventDispatchsession - the I/O session.Copyright © 2010 - 2020 Adobe. All Rights Reserved