Package org.apache.http.nio
package org.apache.http.nio
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
-
ClassDescriptionAbstract HTTP content decoder.A
ReadableByteChannel
that delegates to aContentDecoder
.Abstract HTTP content encoder.AWritableByteChannel
that delegates to aContentEncoder
.A content decoder capable of transferring data directly to aFileChannel
A content encoder capable of transferring data directly from aFileChannel
Connection input/output control interface.Abstract non-blocking client-side HTTP connection interface.Abstract client-side HTTP protocol handler.Deprecated.(4.2) useNHttpClientEventHandler
Deprecated.(4.2) no longer usedAbstract non-blocking HTTP connection interface.NHttpConnectionFactory<T extends NHttpConnection>Factory forNHttpConnection
instances.NHttpMessageParser<T extends HttpMessage>Abstract HTTP message parser for non-blocking connections.NHttpMessageParserFactory<T extends HttpMessage>Factory forNHttpMessageParser
instances.NHttpMessageWriter<T extends HttpMessage>Abstract HTTP message writer for non-blocking connections.NHttpMessageWriterFactory<T extends HttpMessage>Factory forNHttpMessageWriter
instances.Abstract non-blocking server-side HTTP connection interface.Abstract server-side HTTP event handler.Deprecated.(4.2) no longer usedDeprecated.(4.2) useNHttpServerEventHandler