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 public class SSLIOSession extends SSLIOSession
Deprecated.(4.2) useSSLIOSession
A decorator class intended to transparently extend anIOSession
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
Constructors Constructor Description SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler handler)
Deprecated.SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
bind(SSLMode mode, HttpParams params)
Deprecated.-
Methods inherited from class org.apache.http.nio.reactor.ssl.SSLIOSession
channel, clearEvent, close, getAttribute, getEventMask, getLocalAddress, getRemoteAddress, getSocket, getSocketTimeout, getSSLSession, getStatus, hasBufferedInput, hasBufferedOutput, inboundTransport, initialize, initialize, isAppInputReady, isAppOutputReady, isClosed, isInboundDone, isInitialized, isOutboundDone, outboundTransport, removeAttribute, setAttribute, setBufferStatus, setEvent, setEventMask, setSocketTimeout, shutdown, toString
-
-
-
-
Constructor Detail
-
SSLIOSession
public SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Deprecated.- Since:
- 4.1
-
SSLIOSession
public SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler handler)
Deprecated.
-
-
Method Detail
-
bind
public void bind(SSLMode mode, HttpParams params) throws javax.net.ssl.SSLException
Deprecated.- Throws:
javax.net.ssl.SSLException
-
-