Uses of Interface
org.apache.http.nio.reactor.SocketAccessor

Packages that use SocketAccessor
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
org.apache.http.nio.reactor.ssl Non-blocking TLS/SSL session implementation. 
 

Uses of SocketAccessor in org.apache.http.impl.nio
 

Classes in org.apache.http.impl.nio that implement SocketAccessor
 class DefaultNHttpClientConnection
          Default implementation of the NHttpClientConnection interface.
 class DefaultNHttpServerConnection
          Default implementation of the NHttpServerConnection interface.
 class NHttpConnectionBase
          This class serves as a base for all NHttpConnection implementations and implements functionality common to both client and server HTTP connections.
 

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

Classes in org.apache.http.impl.nio.reactor that implement SocketAccessor
 class IOSessionImpl
          Default implementation of IOSession.
 

Uses of SocketAccessor in org.apache.http.nio.reactor.ssl
 

Classes in org.apache.http.nio.reactor.ssl that implement SocketAccessor
 class SSLIOSession
          SSLIOSession is a decorator class intended to transparently extend an IOSession with transport layer security capabilities based on the SSL/TLS protocol.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.