public class RequestLine extends Object
Modifier and Type | Field and Description |
---|---|
static char |
PARAMETERS_SEPARATOR |
Constructor and Description |
---|
RequestLine(String method,
String uri,
HttpVersion httpversion) |
RequestLine(String method,
String uri,
String httpversion) |
Modifier and Type | Method and Description |
---|---|
HttpVersion |
getHttpVersion() |
String |
getMethod() |
String |
getUri() |
String |
getUrlWithoutParams() |
static RequestLine |
parseLine(String l) |
String |
toString() |
public static final char PARAMETERS_SEPARATOR
public RequestLine(String method, String uri, HttpVersion httpversion)
public RequestLine(String method, String uri, String httpversion) throws ProtocolException
ProtocolException
public static RequestLine parseLine(String l) throws HttpException
HttpException
public String getMethod()
public HttpVersion getHttpVersion()
public String getUri()
public String getUrlWithoutParams()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.