Uses of Interface
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.
 

Methods in org.apache.http with parameters of type 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
 

Classes in org.apache.http.message that implement RequestLine
 class BasicRequestLine
          The first line of an HttpRequest.
 

Methods in org.apache.http.message that return RequestLine
static RequestLine BasicRequestLine.parse(CharArrayBuffer buffer, int indexFrom, int indexTo)
           
static RequestLine BasicRequestLine.parse(java.lang.String s)
           
 RequestLine BasicHttpRequest.getRequestLine()
           
 

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

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



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.