Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.reactor |
Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
org.apache.http.nio.reactor |
API for event driven NIO based on
Doug Lea's
reactor pattern.
|
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 | Class and Description |
---|---|
class |
SSLIOSession
A decorator class intended to transparently extend an
IOSession
with transport layer security capabilities based on the SSL/TLS protocol. |
Modifier and Type | Method and Description |
---|---|
void |
SSLIOSession.setBufferStatus(SessionBufferStatus status) |
void |
IOSessionImpl.setBufferStatus(SessionBufferStatus bufferStatus) |
Modifier and Type | Method and Description |
---|---|
void |
IOSession.setBufferStatus(SessionBufferStatus status)
Quite often I/O sessions need to maintain internal I/O buffers in order
to transform input / output data prior to returning it to the consumer or
writing it to the underlying channel.
|
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.