@Contract(threading=IMMUTABLE) public class BasicRequestLine extends Object implements RequestLine, Cloneable, Serializable
RequestLine.| Constructor and Description |
|---|
BasicRequestLine(String method,
String uri,
ProtocolVersion version) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getMethod() |
ProtocolVersion |
getProtocolVersion() |
String |
getUri() |
String |
toString() |
public BasicRequestLine(String method, String uri, ProtocolVersion version)
public String getMethod()
getMethod in interface RequestLinepublic ProtocolVersion getProtocolVersion()
getProtocolVersion in interface RequestLinepublic String getUri()
getUri in interface RequestLinepublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved