|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
static RequestLine |
RequestLine.parseLine(String l)
|
RequestLine |
HttpRequest.getRequestLine()
|
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,
InputStream content)
|
|
HttpRequest(RequestLine requestLine,
org.apache.commons.httpclient.Header[] headers)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |