Package org.apache.http.nio
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
-
Interface Summary Interface Description ContentDecoder Abstract HTTP content decoder.ContentEncoder Abstract HTTP content encoder.FileContentDecoder A content decoder capable of transferring data directly to aFileChannel
FileContentEncoder A content encoder capable of transferring data directly from aFileChannel
IOControl Connection input/output control interface.NHttpClientConnection Abstract non-blocking client-side HTTP connection interface.NHttpClientEventHandler Abstract client-side HTTP protocol handler.NHttpClientHandler Deprecated. (4.2) useNHttpClientEventHandler
NHttpClientIOTarget Deprecated. (4.2) no longer usedNHttpConnection Abstract 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.NHttpServerConnection Abstract non-blocking server-side HTTP connection interface.NHttpServerEventHandler Abstract server-side HTTP event handler.NHttpServerIOTarget Deprecated. (4.2) no longer usedNHttpServiceHandler Deprecated. (4.2) useNHttpServerEventHandler
-
Class Summary Class Description ContentDecoderChannel AReadableByteChannel
that delegates to aContentDecoder
.ContentEncoderChannel AWritableByteChannel
that delegates to aContentEncoder
.