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.io Default implementations for interfaces in org.apache.http.io
org.apache.http.impl.nio   
org.apache.http.impl.nio.codecs   
org.apache.http.io The transport layer abstraction of the HTTP components. 
org.apache.http.message A selection of HTTP message implementations. 
org.apache.http.nio   
 

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(SessionInputBuffer inbuffer, HttpMessage message)
           
 long LaxContentLengthStrategy.determineLength(HttpMessage message)
           
 long StrictContentLengthStrategy.determineLength(HttpMessage message)
           
protected  BasicHttpEntity EntityDeserializer.doDeserialize(SessionInputBuffer inbuffer, HttpMessage message)
           
protected  java.io.OutputStream EntitySerializer.doSerialize(SessionOutputBuffer outbuffer, HttpMessage message)
           
 void EntitySerializer.serialize(SessionOutputBuffer outbuffer, HttpMessage message, HttpEntity entity)
           
 

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

Methods in org.apache.http.impl.io that return HttpMessage
 HttpMessage AbstractMessageParser.parse()
           
protected  HttpMessage HttpRequestParser.parseHead(SessionInputBuffer sessionBuffer)
           
protected  HttpMessage HttpResponseParser.parseHead(SessionInputBuffer sessionBuffer)
           
protected abstract  HttpMessage AbstractMessageParser.parseHead(SessionInputBuffer sessionBuffer)
           
 

Methods in org.apache.http.impl.io with parameters of type HttpMessage
 void AbstractMessageWriter.write(HttpMessage message)
           
protected abstract  void AbstractMessageWriter.writeHeadLine(HttpMessage message)
           
protected  void HttpRequestWriter.writeHeadLine(HttpMessage message)
           
protected  void HttpResponseWriter.writeHeadLine(HttpMessage message)
           
 

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 HttpRequestParser.createMessage(CharArrayBuffer buffer)
           
protected  HttpMessage HttpResponseParser.createMessage(CharArrayBuffer buffer)
           
protected abstract  HttpMessage AbstractMessageParser.createMessage(CharArrayBuffer buffer)
           
 HttpMessage AbstractMessageParser.parse()
           
 

Methods in org.apache.http.impl.nio.codecs with parameters of type HttpMessage
 void AbstractMessageWriter.write(HttpMessage message)
           
protected abstract  void AbstractMessageWriter.writeHeadLine(HttpMessage message)
           
protected  void HttpRequestWriter.writeHeadLine(HttpMessage message)
           
protected  void HttpResponseWriter.writeHeadLine(HttpMessage message)
           
 

Uses of HttpMessage in org.apache.http.io
 

Methods in org.apache.http.io that return HttpMessage
 HttpMessage HttpMessageParser.parse()
           
 

Methods in org.apache.http.io with parameters of type HttpMessage
 void HttpMessageWriter.write(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.
 

Uses of HttpMessage in org.apache.http.nio
 

Methods in org.apache.http.nio that return HttpMessage
 HttpMessage NHttpMessageParser.parse()
           
 

Methods in org.apache.http.nio with parameters of type HttpMessage
 void NHttpMessageWriter.write(HttpMessage message)
           
 



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