|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BufferInfo | |
|---|---|
| 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. |
| Uses of BufferInfo in org.apache.http.impl.nio.reactor |
|---|
| Classes in org.apache.http.impl.nio.reactor that implement BufferInfo | |
|---|---|
class |
SessionInputBufferImpl
Default implementation of SessionInputBuffer based on
the ExpandableBuffer class. |
class |
SessionOutputBufferImpl
Default implementation of SessionOutputBuffer based on
the ExpandableBuffer class. |
| Uses of BufferInfo in org.apache.http.nio.util |
|---|
| Classes in org.apache.http.nio.util that implement BufferInfo | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||