org.apache.cxf.transport.http
Class URLConnectionInfo
java.lang.Object
org.apache.cxf.transport.http.URLConnectionInfo
- Direct Known Subclasses:
- HttpURLConnectionInfo
public class URLConnectionInfo
- extends Object
This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.
Field Summary |
protected URI |
theURI
The URL the connection is associated with. |
Method Summary |
URI |
getURI()
This field returns the URI associated with the connection
in question. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theURI
protected final URI theURI
- The URL the connection is associated with.
URLConnectionInfo
public URLConnectionInfo(URL url)
URLConnectionInfo
public URLConnectionInfo(URI uri)
getURI
public URI getURI()
- This field returns the URI associated with the connection
in question.
- Returns:
Apache CXF