Package org.apache.http.nio

Core HTTP component APIs and primitives for asynchronous, event driven communication.

See:
          Description

Interface Summary
ContentDecoder Abstract HTTP content decoder.
ContentEncoder Abstract HTTP content encoder.
FileContentDecoder A content decoder capable of transferring data directly to a FileChannel
FileContentEncoder A content encoder capable of transferring data directly from a FileChannel
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) use NHttpClientEventHandler
NHttpClientIOTarget Deprecated. (4.2) no longer used
NHttpConnection Abstract non-blocking HTTP connection interface.
NHttpConnectionFactory<T extends NHttpConnection> Factory for NHttpConnection instances.
NHttpMessageParser<T extends HttpMessage> Abstract HTTP message parser for non-blocking connections.
NHttpMessageParserFactory<T extends HttpMessage> Factory for NHttpMessageParser instances.
NHttpMessageWriter<T extends HttpMessage> Abstract HTTP message writer for non-blocking connections.
NHttpMessageWriterFactory<T extends HttpMessage> Factory for NHttpMessageWriter instances.
NHttpServerConnection Abstract non-blocking server-side HTTP connection interface.
NHttpServerEventHandler Abstract server-side HTTP event handler.
NHttpServerIOTarget Deprecated. (4.2) no longer used
NHttpServiceHandler Deprecated. (4.2) use NHttpServerEventHandler
 

Class Summary
ContentDecoderChannel A ReadableByteChannel that delegates to a ContentDecoder.
ContentEncoderChannel A WritableByteChannel that delegates to a ContentEncoder.
 

Package org.apache.http.nio Description

Core HTTP component APIs and primitives for asynchronous, event driven communication.



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.