Uses of Package
org.apache.http.io

Packages that use org.apache.http.io
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.entity Representations for HTTP message entities. 
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
org.apache.http.impl.io Default implementations for interfaces in org.apache.http.io
org.apache.http.io The transport layer abstraction of the HTTP components. 
org.apache.http.util Utility classes with static helper methods for various purposes. 
 

Classes in org.apache.http.io used by org.apache.http
CharArrayBuffer
          A resizable char array.
SocketFactory
          A factory for creating Sockets.
 

Classes in org.apache.http.io used by org.apache.http.entity
HttpDataReceiver
          Interface for receiving data.
HttpDataTransmitter
          Interface for sending data.
 

Classes in org.apache.http.io used by org.apache.http.impl
HttpDataReceiver
          Interface for receiving data.
HttpDataReceiverFactory
          Factory for HttpDataReceiver objects.
HttpDataTransmitter
          Interface for sending data.
HttpDataTransmitterFactory
          Factory for HttpDataTransmitter objects.
 

Classes in org.apache.http.io used by org.apache.http.impl.entity
HttpDataReceiver
          Interface for receiving data.
HttpDataTransmitter
          Interface for sending data.
 

Classes in org.apache.http.io used by org.apache.http.impl.io
CharArrayBuffer
          A resizable char array.
HttpDataReceiver
          Interface for receiving data.
HttpDataTransmitter
          Interface for sending data.
SecureSocketFactory
          A SocketFactory for secure sockets (SSL/TLS).
SocketFactory
          A factory for creating Sockets.
 

Classes in org.apache.http.io used by org.apache.http.io
ByteArrayBuffer
          A resizable byte array.
CharArrayBuffer
          A resizable char array.
HttpDataReceiver
          Interface for receiving data.
HttpDataTransmitter
          Interface for sending data.
SocketFactory
          A factory for creating Sockets.
 

Classes in org.apache.http.io used by org.apache.http.util
CharArrayBuffer
          A resizable char array.
HttpDataReceiver
          Interface for receiving data.
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.