public class HttpRequestProperties extends Object
Constructor and Description |
---|
HttpRequestProperties(String hostName,
int port,
String httpMethod,
String requestPath) |
HttpRequestProperties(String hostName,
int port,
String httpMethod,
String requestPath,
String requestQuery) |
HttpRequestProperties(URI uri,
String httpMethod) |
HttpRequestProperties(WebClient wc,
String httpMethod) |
Modifier and Type | Method and Description |
---|---|
String |
getHostName() |
String |
getHttpMethod() |
int |
getPort() |
String |
getRequestPath() |
String |
getRequestQuery() |
Apache CXF