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

Packages that use org.apache.http.nio.util
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.impl.nio.pool Basic implementations for interfaces in org.apache.http.nio.pool
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
org.apache.http.nio.entity Common HTTP entity implementations with extensions for asynchronous (non-blocking) data transfer. 
org.apache.http.nio.protocol Asynchronous HTTP protocol handlers based on the non-blocking I/O model. 
org.apache.http.nio.util Various buffering primitives intended to facilitate content streaming for non-blocking HTTP connections. 
 

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
          Buffer for storing content streamed out from a ContentDecoder.
ContentOutputBuffer
          Buffer for storing content to be streamed out to a ContentEncoder.
 

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
          Buffer for storing content streamed out from a ContentDecoder.
ContentOutputBuffer
          Buffer for storing content to be streamed out to a ContentEncoder.
ExpandableBuffer
          A buffer that expand its capacity on demand using ByteBufferAllocator interface.
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.