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
ReadableByteChannelthat delegates to aContentDecoder.Abstract HTTP content encoder.AWritableByteChannelthat delegates to aContentEncoder.A content decoder capable of transferring data directly to aFileChannelA content encoder capable of transferring data directly from aFileChannelConnection input/output control interface.Abstract non-blocking client-side HTTP connection interface.Abstract client-side HTTP protocol handler.Deprecated.(4.2) useNHttpClientEventHandlerDeprecated.(4.2) no longer usedAbstract 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.Abstract non-blocking server-side HTTP connection interface.Abstract server-side HTTP event handler.Deprecated.(4.2) no longer usedDeprecated.(4.2) useNHttpServerEventHandler