|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.transport.http.URLConnectionInfo
org.apache.cxf.transport.http.HttpURLConnectionInfo
public class HttpURLConnectionInfo
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 |
---|
theURL |
Constructor Summary | |
---|---|
HttpURLConnectionInfo(java.net.HttpURLConnection con)
This constructor takes the HttpURLConnection and extracts the httpRequestMethod. |
Method Summary | |
---|---|
java.lang.String |
getHttpRequestMethod()
This method returns the request method on the represented HttpURLConnection. |
Methods inherited from class org.apache.cxf.transport.http.URLConnectionInfo |
---|
getURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpURLConnectionInfo(java.net.HttpURLConnection con)
Method Detail |
---|
public java.lang.String getHttpRequestMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |