Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
org.apache.http.nio.reactor |
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
|
org.apache.http.nio.reactor.ssl |
TLS/SSL support for asynchronous, event driven communication.
|
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 provides
functionality common to both client and server HTTP connections. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLIOSession
SSLIOSession is 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) |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.