Uses of Package
org.apache.http.nio.util

Packages that use org.apache.http.nio.util
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
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
 

Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.pool
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
 

Classes in org.apache.http.nio.util used by org.apache.http.impl.nio.reactor
BufferInfo
          Deprecated. (4.1) Use BufferInfo
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
ExpandableBuffer
          A buffer that expand its capacity on demand using ByteBufferAllocator interface.
 

Classes in org.apache.http.nio.util used by org.apache.http.nio.entity
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
ContentInputBuffer
          Generic content input buffer.
ContentOutputBuffer
          Generic content output buffer.
 

Classes in org.apache.http.nio.util used by org.apache.http.nio.protocol
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
 

Classes in org.apache.http.nio.util used by org.apache.http.nio.util
BufferInfo
          Deprecated. (4.1) Use BufferInfo
ByteBufferAllocator
          Abstract interface to allocate ByteBuffer instances.
ContentInputBuffer
          Generic content input buffer.
ContentOutputBuffer
          Generic content output buffer.
DirectByteBufferAllocator
          Allocates ByteBuffer instances using ByteBuffer.allocateDirect(int).
ExpandableBuffer
          A buffer that expand its capacity on demand using ByteBufferAllocator interface.
HeapByteBufferAllocator
          Allocates ByteBuffer instances using ByteBuffer.allocate(int).
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.