Uses of Interface
org.apache.http.HttpMessage

Packages that use HttpMessage
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.entity Default implementations for interfaces in org.apache.http.entity
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of HttpMessage in org.apache.http
 

Subinterfaces of HttpMessage in org.apache.http
 interface HttpEntityEnclosingRequest
          A request with an entity.
 interface HttpRequest
          An HTTP request.
 interface HttpResponse
          An HTTP response.
 

Uses of HttpMessage in org.apache.http.entity
 

Methods in org.apache.http.entity with parameters of type HttpMessage
 long ContentLengthStrategy.determineLength(HttpMessage message)
           
 

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

Methods in org.apache.http.impl.entity with parameters of type HttpMessage
protected  java.io.OutputStream EntitySerializer.doSerialize(HttpDataTransmitter datatransmitter, HttpMessage message)
           
 void EntitySerializer.serialize(HttpDataTransmitter datatransmitter, HttpMessage message, HttpEntity entity)
           
 long StrictContentLengthStrategy.determineLength(HttpMessage message)
           
 long LaxContentLengthStrategy.determineLength(HttpMessage message)
           
protected  BasicHttpEntity EntityDeserializer.doDeserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 HttpEntity EntityDeserializer.deserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 

Uses of HttpMessage in org.apache.http.message
 

Classes in org.apache.http.message that implement HttpMessage
 class AbstractHttpMessage
          Basic implementation of an HTTP message that can be modified.
 class BasicHttpEntityEnclosingRequest
          Basic implementation of a request with an entity that can be modified.
 class BasicHttpRequest
          Basic implementation of an HTTP request that can be modified.
 class BasicHttpResponse
          Basic implementation of an HTTP response that can be modified.
 class HttpGet
          A modifiable HTTP request with GET as the method.
 class HttpHead
          A modifiable HTTP request with HEAD as the method.
 class HttpPost
          A modifiable HTTP request with POST as the method.
 



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