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

Packages that use HttpDataReceiver
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.util Mostly utility classes with static helper methods for various purposes. 
 

Uses of HttpDataReceiver in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type HttpDataReceiver
protected  void AbstractHttpClientConnection.setHttpDataReceiver(HttpDataReceiver datareceiver)
           
protected  void AbstractHttpServerConnection.setHttpDataReceiver(HttpDataReceiver datareceiver)
           
 

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

Methods in org.apache.http.impl.entity with parameters of type HttpDataReceiver
protected  BasicHttpEntity EntityDeserializer.doDeserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 HttpEntity EntityDeserializer.deserialize(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.
 

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

Uses of HttpDataReceiver in org.apache.http.util
 

Methods in org.apache.http.util with parameters of type HttpDataReceiver
static Header[] HeaderUtils.parseHeaders(HttpDataReceiver datareceiver, int maxCount)
          Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
static Header[] HeaderUtils.parseHeaders(HttpDataReceiver datareceiver)
           
 



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