Uses of Package
org.apache.http.nio.util
-
Packages that use org.apache.http.nio.util Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.pool Default implementations of client side connection pools 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.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. -
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio Class Description ByteBufferAllocator Abstract interface to allocateByteBuffer
instances. -
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.pool Class Description ByteBufferAllocator Abstract interface to allocateByteBuffer
instances. -
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.reactor Class Description BufferInfo Deprecated.(4.1) UseBufferInfo
ByteBufferAllocator Abstract interface to allocateByteBuffer
instances.ExpandableBuffer A buffer that expand its capacity on demand usingByteBufferAllocator
interface. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.entity Class Description ByteBufferAllocator Abstract interface to allocateByteBuffer
instances.ContentInputBuffer Generic content input buffer.ContentOutputBuffer Generic content output buffer.SimpleInputBuffer Basic implementation of theContentInputBuffer
interface. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.protocol Class Description ByteBufferAllocator Abstract interface to allocateByteBuffer
instances.ContentInputBuffer Generic content input buffer.ContentOutputBuffer Generic content output buffer.SharedInputBuffer 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.SharedOutputBuffer 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.SimpleInputBuffer Basic implementation of theContentInputBuffer
interface. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.util Class Description BufferInfo Deprecated.(4.1) UseBufferInfo
ByteBufferAllocator Abstract interface to allocateByteBuffer
instances.ContentInputBuffer Generic content input buffer.ContentOutputBuffer Generic content output buffer.DirectByteBufferAllocator AllocatesByteBuffer
instances usingByteBuffer.allocateDirect(int)
.ExpandableBuffer A buffer that expand its capacity on demand usingByteBufferAllocator
interface.HeapByteBufferAllocator AllocatesByteBuffer
instances usingByteBuffer.allocate(int)
.