Package org.apache.http.impl.nio.reactor
Class SSLIOSession
java.lang.Object
org.apache.http.nio.reactor.ssl.SSLIOSession
org.apache.http.impl.nio.reactor.SSLIOSession
- All Implemented Interfaces:
IOSession
,SessionBufferStatus
,SocketAccessor
Deprecated.
A decorator class intended to transparently extend an
IOSession
with transport layer security capabilities based on the SSL/TLS protocol.- Since:
- 4.0
-
Field Summary
Fields inherited from class org.apache.http.nio.reactor.ssl.SSLIOSession
SESSION_KEY
Fields inherited from interface org.apache.http.nio.reactor.IOSession
ACTIVE, ATTACHMENT_KEY, CLOSED, CLOSING
-
Constructor Summary
ConstructorsConstructorDescriptionSSLIOSession
(IOSession session, SSLContext sslContext, SSLIOSessionHandler handler) Deprecated.SSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler handler) Deprecated. -
Method Summary
Methods inherited from class org.apache.http.nio.reactor.ssl.SSLIOSession
channel, clearEvent, close, getAttribute, getEventMask, getLocalAddress, getRemoteAddress, getSocket, getSocketTimeout, getSSLSession, getSSLSetupHandler, getStatus, hasBufferedInput, hasBufferedOutput, inboundTransport, initialize, initialize, isAppInputReady, isAppOutputReady, isClosed, isInboundDone, isInitialized, isOutboundDone, outboundTransport, removeAttribute, setAttribute, setBufferStatus, setEvent, setEventMask, setSocketTimeout, shutdown, toString
-
Constructor Details
-
SSLIOSession
Deprecated.- Since:
- 4.1
-
SSLIOSession
Deprecated.
-
-
Method Details
-
bind
Deprecated.- Throws:
SSLException
-
convert
Deprecated.
-
SSLIOSession