|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.httpclient.URI | +--org.apache.commons.httpclient.HttpURL | +--org.apache.commons.httpclient.HttpsURL
The HTTPS URL.
Nested Class Summary |
Nested classes inherited from class org.apache.commons.httpclient.URI |
URI.CharsetChanged, URI.LocaleToCharsetMap |
Field Summary | |
static int |
_default_port
Default port for HTTPS URL. |
static char[] |
_default_scheme
Default scheme for HTTPS URL. |
Constructor Summary | |
protected |
HttpsURL()
|
|
HttpsURL(char[] escaped)
Construct a HTTPS URL as an escaped form of a character array. |
|
HttpsURL(HttpsURL base,
HttpsURL relative)
Construct a HTTPS URL with a given relative URL. |
|
HttpsURL(HttpsURL base,
java.lang.String relative)
Construct a HTTPS URL with a given relative HTTPS URL string. |
|
HttpsURL(java.lang.String original)
Construct a HTTPS URL from a given string. |
|
HttpsURL(java.lang.String host,
int port,
java.lang.String path)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String host,
int port,
java.lang.String path,
java.lang.String query)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String host,
java.lang.String path)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String userinfo,
java.lang.String host,
int port,
java.lang.String path)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String userinfo,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String query)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String userinfo,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String user,
java.lang.String password,
java.lang.String host)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String user,
java.lang.String password,
java.lang.String host,
int port)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String user,
java.lang.String password,
java.lang.String host,
int port,
java.lang.String path)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String user,
java.lang.String password,
java.lang.String host,
int port,
java.lang.String path,
java.lang.String query)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String host,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct a HTTPS URL from given components. |
|
HttpsURL(java.lang.String userinfo,
java.lang.String host,
java.lang.String path,
java.lang.String query,
java.lang.String fragment)
Construct a HTTPS URL from given components. |
Method Summary | |
protected void |
checkValid()
Verify the valid class use for construction. |
Methods inherited from class org.apache.commons.httpclient.HttpURL |
getEscapedPassword, getEscapedUser, getPassword, getPort, getRawAboveHierPath, getRawCurrentHierPath, getRawPassword, getRawPath, getRawScheme, getRawUser, getScheme, getUser, setEscapedPassword, setEscapedUser, setEscapedUserinfo, setPassword, setQuery, setQuery, setRawPassword, setRawUser, setRawUserinfo, setUser, setUserinfo |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final char[] _default_scheme
public static final int _default_port
Constructor Detail |
protected HttpsURL()
public HttpsURL(char[] escaped) throws URIException
escaped
- the HTTPS URL character sequence
URIException
java.lang.NullPointerException
- if escaped
is null
public HttpsURL(java.lang.String original) throws URIException
original
- the HTTPS URL string
URIException
public HttpsURL(java.lang.String host, java.lang.String path) throws URIException
host
- the host stringpath
- the path string
URIException
public HttpsURL(java.lang.String host, int port, java.lang.String path) throws URIException
host
- the host stringport
- the port numberpath
- the path string
URIException
public HttpsURL(java.lang.String host, int port, java.lang.String path, java.lang.String query) throws URIException
host
- the host stringport
- the port numberpath
- the path stringquery
- the query string
URIException
public HttpsURL(java.lang.String user, java.lang.String password, java.lang.String host) throws URIException
user
- the user namepassword
- his or her passwordhost
- the host string
URIException
public HttpsURL(java.lang.String user, java.lang.String password, java.lang.String host, int port) throws URIException
user
- the user namepassword
- his or her passwordhost
- the host stringport
- the port number
URIException
public HttpsURL(java.lang.String user, java.lang.String password, java.lang.String host, int port, java.lang.String path) throws URIException
user
- the user namepassword
- his or her passwordhost
- the host stringport
- the port numberpath
- the path string
URIException
public HttpsURL(java.lang.String user, java.lang.String password, java.lang.String host, int port, java.lang.String path, java.lang.String query) throws URIException
user
- the user namepassword
- his or her passwordhost
- the host stringport
- the port numberpath
- the path string
URIException
public HttpsURL(java.lang.String host, java.lang.String path, java.lang.String query, java.lang.String fragment) throws URIException
host
- the host stringpath
- the path stringquery
- the query stringfragment
- the fragment string
URIException
public HttpsURL(java.lang.String userinfo, java.lang.String host, java.lang.String path, java.lang.String query, java.lang.String fragment) throws URIException
userinfo
- the userinfo stringhost
- the host stringpath
- the path stringquery
- the query stringfragment
- the fragment string
URIException
public HttpsURL(java.lang.String userinfo, java.lang.String host, int port, java.lang.String path) throws URIException
userinfo
- the userinfo stringhost
- the host stringport
- the port numberpath
- the path string
URIException
public HttpsURL(java.lang.String userinfo, java.lang.String host, int port, java.lang.String path, java.lang.String query) throws URIException
userinfo
- the userinfo stringhost
- the host stringport
- the port numberpath
- the path stringquery
- the query string
URIException
public HttpsURL(java.lang.String userinfo, java.lang.String host, int port, java.lang.String path, java.lang.String query, java.lang.String fragment) throws URIException
userinfo
- the userinfo stringhost
- the host stringport
- the port numberpath
- the path stringquery
- the query stringfragment
- the fragment string
URIException
public HttpsURL(HttpsURL base, java.lang.String relative) throws URIException
base
- the base HttpsURLrelative
- the relative HTTPS URL string
URIException
public HttpsURL(HttpsURL base, HttpsURL relative) throws URIException
base
- the base HttpsURLrelative
- the relative HttpsURL
URIException
Method Detail |
protected void checkValid() throws URIException
checkValid
in class HttpURL
URIException
- the wrong scheme use
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |