Uses of Package
org.apache.http.impl.nio

Packages that use org.apache.http.impl.nio
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.ssl   
 

Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio
DefaultHttpClientIODispatch
          Default IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.
DefaultHttpServerIODispatch
          Default IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.
DefaultNHttpClientConnection
          Default implementation of the NHttpClientConnection interface.
DefaultNHttpClientConnectionFactory
          Default factory for plain (non-encrypted), non-blocking NHttpClientConnections.
DefaultNHttpServerConnection
          Default implementation of the NHttpServerConnection interface.
NHttpConnectionBase
          This class serves as a base for all NHttpConnection implementations and provides functionality common to both client and server HTTP connections.
SSLNHttpClientConnectionFactory
          Default factory for SSL encrypted, non-blocking NHttpClientConnections.
 

Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio.bootstrap
DefaultNHttpServerConnection
          Default implementation of the NHttpServerConnection interface.
 

Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio.ssl
DefaultClientIOEventDispatch
          Deprecated. (4.2) use DefaultHttpClientIODispatch
DefaultServerIOEventDispatch
          Deprecated. (4.2) use DefaultHttpServerIODispatch
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.