Uses of Package
org.apache.http.io

Packages that use org.apache.http.io
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.impl.entity Default implementations for interfaces in org.apache.http.entity and provides utility classes for serialization and deserialization of HTTP content entities. 
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
org.apache.http.io Blocking I/O session buffer, message parser / writer interfaces. 
 

Classes in org.apache.http.io used by org.apache.http.impl
HttpMessageParser
          Abstract message parser intended to build HTTP messages from an arbitrary data source.
HttpMessageWriter
          Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
HttpTransportMetrics
          The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
SessionInputBuffer
          Session input buffer for blocking connections.
SessionOutputBuffer
          Session output buffer for blocking connections.
 

Classes in org.apache.http.io used by org.apache.http.impl.entity
SessionInputBuffer
          Session input buffer for blocking connections.
SessionOutputBuffer
          Session output buffer for blocking connections.
 

Classes in org.apache.http.io used by org.apache.http.impl.io
BufferInfo
          Basic buffer properties.
EofSensor
          EOF sensor.
HttpMessageParser
          Abstract message parser intended to build HTTP messages from an arbitrary data source.
HttpMessageWriter
          Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
HttpTransportMetrics
          The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
SessionInputBuffer
          Session input buffer for blocking connections.
SessionOutputBuffer
          Session output buffer for blocking connections.
 

Classes in org.apache.http.io used by org.apache.http.impl.nio
HttpTransportMetrics
          The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
 

Classes in org.apache.http.io used by org.apache.http.io
HttpTransportMetrics
          The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
 



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