Uses of Package
org.apache.http.nio.util
Packages that use org.apache.http.nio.util
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementations of client side connection pools
for asynchronous, even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
Core utility classes for asynchronous, event driven communication.
-
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio
-
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.pool
-
Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.reactorClassDescriptionDeprecated.Abstract interface to allocate
ByteBuffer
instances.A buffer that expand its capacity on demand usingByteBufferAllocator
interface. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.entityClassDescriptionAbstract interface to allocate
ByteBuffer
instances.Generic content input buffer.Generic content output buffer.Basic implementation of theContentInputBuffer
interface. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.protocolClassDescriptionAbstract interface to allocate
ByteBuffer
instances.Generic content input buffer.Generic content output buffer.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. -
Classes in org.apache.http.nio.util used by org.apache.http.nio.utilClassDescriptionDeprecated.(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)
.
BufferInfo