File
Doc
Category
Size
Date
Package
RequestLine.java
API Doc
Android 1.5 API
1840
Wed May 06 22:41:10 BST 2009
org.apache.http
RequestLine
public interface RequestLine
The first line of an {@link HttpRequest HttpRequest}. It contains the method, URI, and HTTP version of the request. For details, see RFC 2616.
author
Oleg Kalnichevski
version
$Revision: 573864 $
since
4.0
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.String
getMethod
()
public
org.apache.http.ProtocolVersion
getProtocolVersion
()
public
java.lang.String
getUri
()
Java Code Source