|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSetupHandler | |
|---|---|
| org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio. |
| org.apache.http.impl.nio.pool | Basic implementations for interfaces in
org.apache.http.nio.pool. |
| org.apache.http.nio.reactor.ssl | Non-blocking TLS/SSL session implementation. |
| Uses of SSLSetupHandler in org.apache.http.impl.nio |
|---|
| Constructors in org.apache.http.impl.nio with parameters of type SSLSetupHandler | |
|---|---|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpClientConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
|
| Uses of SSLSetupHandler in org.apache.http.impl.nio.pool |
|---|
| Constructors in org.apache.http.impl.nio.pool with parameters of type SSLSetupHandler | |
|---|---|
BasicNIOConnFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params)
|
|
BasicNIOConnFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpResponseFactory responseFactory,
ByteBufferAllocator allocator,
HttpParams params)
|
|
| Uses of SSLSetupHandler in org.apache.http.nio.reactor.ssl |
|---|
| Methods in org.apache.http.nio.reactor.ssl that return SSLSetupHandler | |
|---|---|
protected SSLSetupHandler |
SSLIOSession.getSSLSetupHandler()
|
| Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLSetupHandler | |
|---|---|
SSLIOSession(IOSession session,
SSLMode defaultMode,
SSLContext sslContext,
SSLSetupHandler handler)
Creates new instance of SSLIOSession class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||