public class URLConnectionInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected URL |
theURL
The URL the connection is associated with.
|
Constructor and Description |
---|
URLConnectionInfo(URLConnection connection)
This constructor is used to represent a URLConnection.
|
protected final URL theURL
public URLConnectionInfo(URLConnection connection)
connection
- The URLConnection that this info object will represent.public URL getURL()
Apache CXF