public interface RequestLine
Request-Line = Method SP Request-URI SP HTTP-Version CRLF
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethod() |
ProtocolVersion |
getProtocolVersion() |
java.lang.String |
getUri() |
java.lang.String getMethod()
ProtocolVersion getProtocolVersion()
java.lang.String getUri()