Package org.apache.cxf.transport.http
Class Address
java.lang.Object
org.apache.cxf.transport.http.Address
A convenient class for storing URI and URL representation of an address and avoid useless conversions.
A proxy for the current address is also lazily resolved and stored; most of the times, that proxy can
be used to prevent the HttpURLConnection from computing the proxy when the connection is opened.
The class is thread-safe.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Address
- Throws:
URISyntaxException
-
Address
-
-
Method Details
-
getURL
- Throws:
MalformedURLException
-
getURI
-
getString
-
getDefaultProxy
-