Uses of Class
org.mule.providers.http.RequestLine

Packages that use RequestLine
org.mule.providers.http Provides http transport including proxy support. 
 

Uses of RequestLine in org.mule.providers.http
 

Methods in org.mule.providers.http that return RequestLine
 RequestLine HttpRequest.getRequestLine()
           
static RequestLine RequestLine.parseLine(String l)
           
 

Methods in org.mule.providers.http with parameters of type RequestLine
 void HttpRequest.setRequestLine(RequestLine requestline)
           
 

Constructors in org.mule.providers.http with parameters of type RequestLine
HttpRequest(RequestLine requestLine, org.apache.commons.httpclient.Header[] headers)
           
HttpRequest(RequestLine requestLine, org.apache.commons.httpclient.Header[] headers, InputStream content)
           
 



Copyright © 2003-2007 MuleSource, Inc.. All Rights Reserved.