public class HttpRequestLine extends Object
| Constructor and Description |
|---|
HttpRequestLine(String method,
String requestUri,
String httpVersion) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpVersion() |
String |
getMethod() |
String |
getRequestUri() |
String |
toString() |
Copyright © 2020. All rights reserved.