Package org.apache.http.nio.util
package org.apache.http.nio.util
Core utility classes for asynchronous, event driven communication.
-
ClassDescriptionDeprecated.(4.1) Use
BufferInfo
Abstract interface to allocateByteBuffer
instances.Generic content input buffer.Generic content output buffer.AllocatesByteBuffer
instances usingByteBuffer.allocateDirect(int)
.A buffer that expand its capacity on demand usingByteBufferAllocator
interface.AllocatesByteBuffer
instances usingByteBuffer.allocate(int)
.Implementation of theContentInputBuffer
interface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.Implementation of theContentOutputBuffer
interface that can be shared by multiple threads, usually the I/O dispatch of an I/O reactor and a worker thread.Basic implementation of theContentInputBuffer
interface.Basic implementation of theContentOutputBuffer
interface.