public class URLConnectionInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected URI |
theURI
The URL the connection is associated with.
|
Constructor and Description |
---|
URLConnectionInfo(URI uri) |
URLConnectionInfo(URL url) |
Modifier and Type | Method and Description |
---|---|
URI |
getURI()
This field returns the URI associated with the connection
in question.
|
protected final URI theURI
public URLConnectionInfo(URL url)
public URLConnectionInfo(URI uri)
public URI getURI()
Apache CXF