public class HttpURLConnectionInfo extends URLConnectionInfo
theURL| Constructor and Description |
|---|
HttpURLConnectionInfo(HttpURLConnection con)
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.
|
getURLpublic HttpURLConnectionInfo(HttpURLConnection con)
public String getHttpRequestMethod()
Apache CXF