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.io The blocking I/O abstraction of the HTTP components. 
 

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
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.io
HttpTransportMetrics
          The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
 



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.