Uses of Interface
org.apache.http.impl.nio.reactor.SSLIOSessionHandler

Packages that use SSLIOSessionHandler
org.apache.http.impl.nio.reactor NIO based implementations of HttpCore interfaces. 
 

Uses of SSLIOSessionHandler in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLIOSessionHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, ByteBufferAllocator allocator, HttpParams params)
           
SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLIOSessionHandler handler)
           
SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslcontext, SSLIOSessionHandler sslHandler, ByteBufferAllocator allocator, HttpParams params)
           
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.