|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.http.URLConnectionInfo
public class URLConnectionInfo
This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
| Field Summary | |
|---|---|
protected java.net.URL |
theURL
The URL the connection is associated with. |
| Constructor Summary | |
|---|---|
URLConnectionInfo(java.net.URLConnection connection)
This constructor is used to represent a URLConnection. |
|
| Method Summary | |
|---|---|
java.net.URL |
getURL()
This field returns the URL associated with the connection in question. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.net.URL theURL
| Constructor Detail |
|---|
public URLConnectionInfo(java.net.URLConnection connection)
connection - The URLConnection that this info object will represent.| Method Detail |
|---|
public java.net.URL getURL()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||