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.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 Representations for non-blocking HTTP message entities. 
org.apache.http.nio.protocol Non-blocking HTTP protocol execution framework. 
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.reactor
BufferInfo
          Basic buffer properties.
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
          Basic buffer properties.
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-2009 Apache Software Foundation. All Rights Reserved.