Package org.apache.http.impl.nio.ssl
Class SSLServerIOEventDispatch
- java.lang.Object
-
- org.apache.http.impl.nio.reactor.AbstractIODispatch<NHttpServerIOTarget>
-
- org.apache.http.impl.nio.DefaultServerIOEventDispatch
-
- org.apache.http.impl.nio.ssl.SSLServerIOEventDispatch
-
- All Implemented Interfaces:
IOEventDispatch
@Deprecated public class SSLServerIOEventDispatch extends DefaultServerIOEventDispatch
Deprecated.(4.2) useDefaultHttpServerIODispatch
Default implementation ofIOEventDispatch
interface for SSL (encrypted) server-side HTTP connections.- Since:
- 4.1
-
-
Field Summary
-
Fields inherited from interface org.apache.http.nio.reactor.IOEventDispatch
CONNECTION_KEY
-
-
Constructor Summary
Constructors Constructor Description SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.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 givenSSLContext
.SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.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 givenSSLContext
.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
onConnected(NHttpServerIOTarget conn)
Deprecated.-
Methods inherited from class org.apache.http.impl.nio.reactor.AbstractIODispatch
connected, disconnected, inputReady, outputReady, timeout
-
-
-
-
Constructor Detail
-
SSLServerIOEventDispatch
public SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.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 givenSSLContext
. This I/O dispatcher will transparently handle SSL protocol aspects for HTTP connections.- Parameters:
handler
- the server protocol handler.sslContext
- the SSL context.sslHandler
- the SSL setup handler.params
- HTTP parameters.
-
SSLServerIOEventDispatch
public SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.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 givenSSLContext
. This I/O dispatcher will transparently handle SSL protocol aspects for HTTP connections.- Parameters:
handler
- the server protocol handler.sslContext
- the SSL context.params
- HTTP parameters.
-
-
Method Detail
-
onConnected
public void onConnected(NHttpServerIOTarget conn)
Deprecated.
-
-