| |
|
| java.lang.Object org.apache.cxf.transport.http.URLConnectionInfo
All known Subclasses: org.apache.cxf.transport.http.HttpURLConnectionInfo,
URLConnectionInfo | public class URLConnectionInfo (Code) | | This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.
|
Field Summary | |
final protected URL | theURL The URL the connection is associated with. |
Method Summary | |
public URL | getURL() This field returns the URL associated with the connection
in question. |
theURL | final protected URL theURL(Code) | | The URL the connection is associated with.
|
URLConnectionInfo | public URLConnectionInfo(URLConnection connection)(Code) | | This constructor is used to represent a URLConnection.
Parameters: connection - The URLConnection that this info object will represent. |
getURL | public URL getURL()(Code) | | This field returns the URL associated with the connection
in question.
|
|
|
|