Package org.apache.http
Interface RequestLine
- All Known Implementing Classes:
BasicRequestLine
public interface RequestLine
The first line of an
HttpRequest.
It contains the method, URI, and HTTP version of the request.
For details, see RFC 2616.- Since:
- 4.0
- Version:
- $Revision: 573864 $
- Author:
- Oleg Kalnichevski
-
Method Summary
Modifier and Type Method Description StringgetMethod()ProtocolVersiongetProtocolVersion()StringgetUri()
-
Method Details
-
getMethod
String getMethod() -
getProtocolVersion
ProtocolVersion getProtocolVersion() -
getUri
String getUri()
-