See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
ContentDecoderChannel |
A
ReadableByteChannel that delegates to a ContentDecoder . |
ContentEncoderChannel |
A
WritableByteChannel that delegates to a ContentEncoder . |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.