Package org.apache.http.nio.util
Core utility classes for asynchronous, event driven communication.
-
Interface Summary Interface Description BufferInfo Deprecated. (4.1) UseBufferInfoByteBufferAllocator Abstract interface to allocateByteBufferinstances.ContentInputBuffer Generic content input buffer.ContentOutputBuffer Generic content output buffer. -
Class Summary Class Description DirectByteBufferAllocator AllocatesByteBufferinstances usingByteBuffer.allocateDirect(int).ExpandableBuffer A buffer that expand its capacity on demand usingByteBufferAllocatorinterface.HeapByteBufferAllocator AllocatesByteBufferinstances usingByteBuffer.allocate(int).SharedInputBuffer Implementation of theContentInputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.SharedOutputBuffer Implementation of theContentOutputBufferinterface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.SimpleInputBuffer Basic implementation of theContentInputBufferinterface.SimpleOutputBuffer Basic implementation of theContentOutputBufferinterface.