Uses of Interface
org.apache.http.nio.reactor.ssl.SSLSetupHandler
-
Packages that use SSLSetupHandler Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap.org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication.org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication. -
-
Uses of SSLSetupHandler in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as SSLSetupHandler Modifier and Type Field Description private SSLSetupHandler
SSLNHttpClientConnectionFactory. sslHandler
private SSLSetupHandler
SSLNHttpServerConnectionFactory. sslHandler
Methods in org.apache.http.impl.nio with parameters of type SSLSetupHandler Modifier and Type Method Description static <T extends NHttpClientEventHandler>
DefaultHttpClientIODispatch<T>DefaultHttpClientIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.static <T extends NHttpServerEventHandler>
DefaultHttpServerIODispatch<T>DefaultHttpServerIODispatch. create(T handler, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config)
Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler.protected SSLIOSession
SSLNHttpClientConnectionFactory. createSSLIOSession(IOSession ioSession, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler)
protected SSLIOSession
SSLNHttpServerConnectionFactory. createSSLIOSession(IOSession ioSession, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler)
-
Uses of SSLSetupHandler in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as SSLSetupHandler Modifier and Type Field Description private SSLSetupHandler
ServerBootstrap. sslSetupHandler
Methods in org.apache.http.impl.nio.bootstrap with parameters of type SSLSetupHandler Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setSslSetupHandler(SSLSetupHandler sslSetupHandler)
AssignsSSLSetupHandler
instance. -
Uses of SSLSetupHandler in org.apache.http.impl.nio.pool
Constructors in org.apache.http.impl.nio.pool with parameters of type SSLSetupHandler Constructor Description BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, ConnectionConfig config)
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpResponseFactory responseFactory, ByteBufferAllocator allocator, HttpParams params)
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ByteBufferAllocator allocator, ConnectionConfig config)
BasicNIOConnFactory(javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
Deprecated. -
Uses of SSLSetupHandler in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement SSLSetupHandler Modifier and Type Class Description (package private) class
SSLIOSessionHandlerAdaptor
Deprecated.(4.2)(package private) class
SSLSetupHandlerAdaptor
Deprecated.(4.2) -
Uses of SSLSetupHandler in org.apache.http.nio.reactor.ssl
Fields in org.apache.http.nio.reactor.ssl declared as SSLSetupHandler Modifier and Type Field Description private SSLSetupHandler
SSLIOSession. handler
Methods in org.apache.http.nio.reactor.ssl that return SSLSetupHandler Modifier and Type Method Description protected SSLSetupHandler
SSLIOSession. getSSLSetupHandler()
Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLSetupHandler Constructor Description SSLIOSession(IOSession session, SSLMode sslMode, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Creates new instance ofSSLIOSession
class.SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Creates new instance ofSSLIOSession
class.SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance ofSSLIOSession
class.
-