public class HttpURLConnectionInfo extends URLConnectionInfo
theURI| Constructor and Description |
|---|
HttpURLConnectionInfo(URI uri,
String method)
This constructor takes the HttpURLConnection and extracts
the httpRequestMethod.
|
HttpURLConnectionInfo(URL url,
String method)
This constructor takes the HttpURLConnection and extracts
the httpRequestMethod.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpRequestMethod()
This method returns the request method on the represented
HttpURLConnection.
|
getURIpublic HttpURLConnectionInfo(URL url, String method)
public String getHttpRequestMethod()
Apache CXF