public class AbstractRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected String |
requestPath |
| Constructor and Description |
|---|
AbstractRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getRequestPath() |
void |
setHost(String host) |
void |
setRequestPath(String requestPath) |
Copyright © 2024. All Rights Reserved.