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
getMethod
java.lang.String getMethod()
getProtocolVersion
ProtocolVersion getProtocolVersion()
getUri
java.lang.String getUri()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.