|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http
Interface HttpRequest

- All Superinterfaces:
- HttpMessage
- All Known Subinterfaces:
- HttpEntityEnclosingRequest
- public interface HttpRequest
- extends HttpMessage
An HTTP request.
- Since:
- 4.0
- Version:
- $Revision: 391135 $
| Method Summary | |
RequestLine |
getRequestLine()
Returns the request line of this request. |
| Methods inherited from interface org.apache.http.HttpMessage |
addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getHttpVersion, getLastHeader, getParams, headerIterator, removeHeader, removeHeaders, setHeader, setParams |
| Method Detail |
getRequestLine
public RequestLine getRequestLine()
- Returns the request line of this request.
|
|||||||||
| Home >> All >> org >> apache >> [ http overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC