Package | Description |
---|---|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
org.apache.http.nio.util |
Core utility classes for asynchronous, event driven communication.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionInputBufferImpl
Default implementation of
SessionInputBuffer based on
the ExpandableBuffer class. |
class |
SessionOutputBufferImpl
Default implementation of
SessionOutputBuffer based on
the ExpandableBuffer class. |
Modifier and Type | Class and Description |
---|---|
class |
ExpandableBuffer
A buffer that expand its capacity on demand using
ByteBufferAllocator
interface. |
class |
SharedInputBuffer
Implementation of the
ContentInputBuffer interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread. |
class |
SharedOutputBuffer
Implementation of the
ContentOutputBuffer interface that can be
shared by multiple threads, usually the I/O dispatch of an I/O reactor and
a worker thread. |
class |
SimpleInputBuffer
Basic implementation of the
ContentInputBuffer interface. |
class |
SimpleOutputBuffer
Basic implementation of the
ContentOutputBuffer interface. |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.