Package org.apache.http.impl.nio
package org.apache.http.impl.nio
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
ClassesClassDescriptionDeprecated.Default
IOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.Default implementation of theNHttpClientConnectioninterface.Default factory for plain (non-encrypted), non-blockingNHttpClientConnections.Default implementation of theNHttpServerConnectioninterface.Default factory for plain (non-encrypted), non-blockingNHttpServerConnections.Deprecated.(4.2) useDefaultHttpServerIODispatchThis class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections.Deprecated.(4.2) useSSLClientIOEventDispatchDefault factory for SSL encrypted, non-blockingNHttpClientConnections.Default factory for SSL encrypted, non-blockingNHttpServerConnections.Deprecated.(4.2) useSSLServerIOEventDispatch
DefaultHttpClientIODispatch