Save This Page
Home » commons-httpclient-3.1-src » org.apache.commons » httpclient » server » [javadoc | source]
org.apache.commons.httpclient.server
public class: RequestLine [javadoc | source]
java.lang.Object
   org.apache.commons.httpclient.server.RequestLine
Defines a HTTP request-line, consisting of method name, URI and protocol. Instances of this class are immutable.
Constructor:
 public RequestLine(String method,
    String uri,
    HttpVersion httpversion) 
 public RequestLine(String method,
    String uri,
    String httpversion) throws ProtocolException 
Method from org.apache.commons.httpclient.server.RequestLine Summary:
getHttpVersion,   getMethod,   getUri,   parseLine,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.httpclient.server.RequestLine Detail:
 public HttpVersion getHttpVersion() 
 public String getMethod() 
 public String getUri() 
 public static RequestLine parseLine(String l) throws HttpException 
 public String toString()