Uses of Class
org.apache.http.RequestLine

Packages that use RequestLine
org.apache.http The core interfaces and classes of the HTTP components. 
org.apache.http.impl Default implementations for interfaces in org.apache.http
org.apache.http.message A selection of HTTP message implementations. 
 

Uses of RequestLine in org.apache.http
 

Methods in org.apache.http that return RequestLine
 RequestLine HttpRequest.getRequestLine()
          Returns the request line of this request.
static RequestLine RequestLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static RequestLine RequestLine.parse(java.lang.String s)
           
 

Methods in org.apache.http with parameters of type RequestLine
static void RequestLine.format(CharArrayBuffer buffer, RequestLine requestline)
           
static java.lang.String RequestLine.format(RequestLine requestline)
           
 HttpRequest HttpRequestFactory.newHttpRequest(RequestLine requestline)
           
 

Uses of RequestLine in org.apache.http.impl
 

Methods in org.apache.http.impl with parameters of type RequestLine
 HttpRequest DefaultHttpRequestFactory.newHttpRequest(RequestLine requestline)
           
 

Uses of RequestLine in org.apache.http.message
 

Methods in org.apache.http.message that return RequestLine
 RequestLine BasicHttpRequest.getRequestLine()
           
 

Constructors in org.apache.http.message with parameters of type RequestLine
BasicHttpEntityEnclosingRequest(RequestLine requestline)
           
BasicHttpRequest(RequestLine requestline)
           
 



Copyright 2005-2005-2006 Apache Software Foundation. All Rights Reserved.