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