Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.nio |
The core HTTP components based on non-blocking I/O model (HttpCore NIO).
|
org.apache.http.nio.entity |
Representations for non-blocking HTTP message entities.
|
org.apache.http.nio.util |
Various buffering primitives intended to facilitate content streaming for
non-blocking HTTP connections.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultNHttpClientConnection
Default implementation of the
NHttpClientConnection interface. |
class |
DefaultNHttpServerConnection
Default implementation of the
NHttpServerConnection interface. |
class |
NHttpConnectionBase
This class serves as a base for all
NHttpConnection implementations
and implements functionality common to both client and server
HTTP connections. |
Modifier and Type | Interface and Description |
---|---|
interface |
NHttpClientConnection
Abstract non-blocking client-side HTTP connection interface.
|
interface |
NHttpClientIOTarget
Extended version of the
NHttpClientConnection used by
IOEventDispatch implementations to inform client-side connection
objects of I/O events. |
interface |
NHttpConnection
Abstract non-blocking HTTP connection interface.
|
interface |
NHttpServerConnection
Abstract non-blocking server-side HTTP connection interface.
|
interface |
NHttpServerIOTarget
Extended version of the
NHttpServerConnection used by
IOEventDispatch implementations to inform server-side connection
objects of I/O events. |
Modifier and Type | Method and Description |
---|---|
void |
ConsumingNHttpEntityTemplate.consumeContent(ContentDecoder decoder,
IOControl ioctrl) |
void |
BufferingNHttpEntity.consumeContent(ContentDecoder decoder,
IOControl ioctrl) |
void |
ConsumingNHttpEntity.consumeContent(ContentDecoder decoder,
IOControl ioctrl)
Notification that content is available to be read from the decoder.
|
void |
SkipContentListener.contentAvailable(ContentDecoder decoder,
IOControl ioctrl) |
void |
ContentListener.contentAvailable(ContentDecoder decoder,
IOControl ioctrl)
Notification that content is available to be read from the decoder.
|
void |
NStringEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl) |
void |
ProducingNHttpEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl)
Notification that content should be written to the encoder.
|
void |
NFileEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl) |
void |
NHttpEntityWrapper.produceContent(ContentEncoder encoder,
IOControl ioctrl) |
void |
NByteArrayEntity.produceContent(ContentEncoder encoder,
IOControl ioctrl) |
Constructor and Description |
---|
SharedInputBuffer(int buffersize,
IOControl ioctrl,
ByteBufferAllocator allocator) |
SharedOutputBuffer(int buffersize,
IOControl ioctrl,
ByteBufferAllocator allocator) |
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.