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.
|
getURL
public HttpURLConnectionInfo(HttpURLConnection con)
public String getHttpRequestMethod()
Apache CXF