Uses of Interface
org.apache.http.io.HttpDataReceiver

Packages that use HttpDataReceiver
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. 
 

Uses of HttpDataReceiver in org.apache.http
 

Methods in org.apache.http with parameters of type HttpDataReceiver
static Header[] Header.parseAll(HttpDataReceiver datareceiver)
           
 

Uses of HttpDataReceiver in org.apache.http.entity
 

Methods in org.apache.http.entity with parameters of type HttpDataReceiver
 HttpEntity EntityDeserializer.deserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 

Uses of HttpDataReceiver in org.apache.http.impl
 

Fields in org.apache.http.impl declared as HttpDataReceiver
protected  HttpDataReceiver AbstractHttpConnection.datareceiver
           
 

Uses of HttpDataReceiver in org.apache.http.impl.entity
 

Methods in org.apache.http.impl.entity with parameters of type HttpDataReceiver
 HttpEntity DefaultEntityDeserializer.deserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
protected  BasicHttpEntity DefaultEntityDeserializer.doDeserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 

Uses of HttpDataReceiver in org.apache.http.impl.io
 

Classes in org.apache.http.impl.io that implement HttpDataReceiver
 class AbstractHttpDataReceiver
          Abstract base class for data receivers using traditional IO.
 class SocketHttpDataReceiver
          A data receiver using a Java Socket and traditional IO.
 

Uses of HttpDataReceiver in org.apache.http.io
 

Methods in org.apache.http.io that return HttpDataReceiver
 HttpDataReceiver HttpDataReceiverFactory.create(java.net.Socket socket)
           
 

Constructors in org.apache.http.io with parameters of type HttpDataReceiver
ChunkedInputStream(HttpDataReceiver in)
           
ContentLengthInputStream(HttpDataReceiver in, long contentLength)
          Creates a new length limited stream
HttpDataInputStream(HttpDataReceiver datareceiver)
           
 



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