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.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.params The parameterization framework for HTTP components. 
 

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
 HttpEntity EntityDeserializer.deserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
 long LaxContentLengthStrategy.determineLength(HttpMessage message)
           
 long StrictContentLengthStrategy.determineLength(HttpMessage message)
           
protected  BasicHttpEntity EntityDeserializer.doDeserialize(HttpDataReceiver datareceiver, HttpMessage message)
           
protected  java.io.OutputStream EntitySerializer.doSerialize(HttpDataTransmitter datatransmitter, HttpMessage message)
           
 void EntitySerializer.serialize(HttpDataTransmitter datatransmitter, HttpMessage message, HttpEntity entity)
           
 

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

Methods in org.apache.http.impl.nio with parameters of type HttpMessage
protected  HttpEntity NHttpConnectionBase.prepareDecoder(HttpMessage message)
           
protected  void NHttpConnectionBase.prepareEncoder(HttpMessage message)
           
 

Uses of HttpMessage in org.apache.http.impl.nio.codecs
 

Methods in org.apache.http.impl.nio.codecs that return HttpMessage
protected  HttpMessage HttpResponseParser.createMessage(CharArrayBuffer buffer)
           
protected abstract  HttpMessage HttpMessageParser.createMessage(CharArrayBuffer buffer)
           
protected  HttpMessage HttpRequestParser.createMessage(CharArrayBuffer buffer)
           
 HttpMessage HttpMessageParser.parse()
           
 

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.
 

Uses of HttpMessage in org.apache.http.params
 

Methods in org.apache.http.params with parameters of type HttpMessage
static void HttpParamsLinker.link(HttpMessage message, HttpParams defaults)
          Builds parameter hierarchy by linking parameters associated with the given HTTP message and the given defaults.
 



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