Package org.apache.http.impl.nio
package org.apache.http.impl.nio
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
ClassesClassDescriptionDeprecated.Default
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.Default implementation of theNHttpClientConnection
interface.Default factory for plain (non-encrypted), non-blockingNHttpClientConnection
s.Default implementation of theNHttpServerConnection
interface.Default factory for plain (non-encrypted), non-blockingNHttpServerConnection
s.Deprecated.(4.2) useDefaultHttpServerIODispatch
This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections.Deprecated.(4.2) useSSLClientIOEventDispatch
Default factory for SSL encrypted, non-blockingNHttpClientConnection
s.Default factory for SSL encrypted, non-blockingNHttpServerConnection
s.Deprecated.(4.2) useSSLServerIOEventDispatch
DefaultHttpClientIODispatch