org.mule.providers.http
Class RequestLine
java.lang.Object
org.mule.providers.http.RequestLine
- public class RequestLine
- extends Object
Defines a HTTP request-line, consisting of method name, URI and protocol.
RequestLine
public RequestLine(String method,
String uri,
HttpVersion httpversion)
parseLine
public static RequestLine parseLine(String l)
throws HttpException
- Throws:
HttpException
getMethod
public String getMethod()
getHttpVersion
public HttpVersion getHttpVersion()
getUri
public String getUri()
toString
public String toString()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.