Android

org.apache.http.message.BasicHttpEntityEnclosingRequest

java.lang.Object
org.apache.http.message.AbstractHttpMessage HttpMessage
org.apache.http.message.BasicHttpRequest HttpRequest
org.apache.http.message.BasicHttpEntityEnclosingRequest HttpEntityEnclosingRequest

Basic implementation of a request with an entity that can be modified.

Summary

Fields inherited from class org.apache.http.message.AbstractHttpMessage

Public Constructors

            BasicHttpEntityEnclosingRequest(String method, String uri)
            BasicHttpEntityEnclosingRequest(String method, String uri, ProtocolVersion ver)
            BasicHttpEntityEnclosingRequest(RequestLine requestline)

Public Methods

          boolean  expectContinue()
Tells if this request should use the expect-continue handshake.
          HttpEntity  getEntity()
          void  setEntity(HttpEntity entity)
Hands the entity to the request.
Methods inherited from class org.apache.http.message.BasicHttpRequest
Methods inherited from class org.apache.http.message.AbstractHttpMessage
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.HttpEntityEnclosingRequest
Methods inherited from interface org.apache.http.HttpMessage
Methods inherited from interface org.apache.http.HttpRequest

Details

Public Constructors

public BasicHttpEntityEnclosingRequest(String method, String uri)

public BasicHttpEntityEnclosingRequest(String method, String uri, ProtocolVersion ver)

public BasicHttpEntityEnclosingRequest(RequestLine requestline)

Public Methods

public boolean expectContinue()

Tells if this request should use the expect-continue handshake. The expect continue handshake gives the server a chance to decide whether to accept the entity enclosing request before the possibly lengthy entity is sent across the wire.

public HttpEntity getEntity()

public void setEntity(HttpEntity entity)

Hands the entity to the request.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56