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 aFileChannelFileContentEncoder A content encoder capable of transferring data directly from aFileChannelIOControl 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) useNHttpClientEventHandlerNHttpClientIOTarget Deprecated. (4.2) no longer usedNHttpConnection Abstract non-blocking HTTP connection interface.NHttpConnectionFactory<T extends NHttpConnection> Factory forNHttpConnectioninstances.NHttpMessageParser<T extends HttpMessage> Abstract HTTP message parser for non-blocking connections.NHttpMessageParserFactory<T extends HttpMessage> Factory forNHttpMessageParserinstances.NHttpMessageWriter<T extends HttpMessage> Abstract HTTP message writer for non-blocking connections.NHttpMessageWriterFactory<T extends HttpMessage> Factory forNHttpMessageWriterinstances.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 AReadableByteChannelthat delegates to aContentDecoder.ContentEncoderChannel AWritableByteChannelthat delegates to aContentEncoder.