Package org.apache.cxf.transport.http
Class HttpURLConnectionInfo
java.lang.Object
org.apache.cxf.transport.http.URLConnectionInfo
org.apache.cxf.transport.http.HttpURLConnectionInfo
- Direct Known Subclasses:
HttpsURLConnectionInfo
This class contains the information about the HTTP Connection that
will be making an HTTP request. This class should be used
when the getURL().getProtocol() is "http" or "https".
-
Field Summary
Fields inherited from class org.apache.cxf.transport.http.URLConnectionInfo
theURI -
Constructor Summary
ConstructorsConstructorDescriptionHttpURLConnectionInfo(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. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the request method on the represented HttpURLConnection.Methods inherited from class org.apache.cxf.transport.http.URLConnectionInfo
getURI
-
Constructor Details
-
HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod. -
HttpURLConnectionInfo
This constructor takes the HttpURLConnection and extracts the httpRequestMethod.
-
-
Method Details
-
getHttpRequestMethod
This method returns the request method on the represented HttpURLConnection.
-