public class Handler
extends java.net.URLStreamHandler
HttpsURLConnection
,
HttpsURLStreamHandlerFactory
Constructor and Description |
---|
Handler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected int |
getDefaultPort()
Returns the default port (443) for HTTPS urls.
|
protected java.net.URLConnection |
openConnection(java.net.URL u)
Java API method, not for use by applications
|
protected java.net.URLConnection |
openConnection(java.net.URL u,
java.net.Proxy p)
Java API method, not for use by applications
|
protected void |
parseURL(java.net.URL u,
java.lang.String spec,
int start,
int limit)
Java API method, not for use by applications
|
protected java.net.URLConnection openConnection(java.net.URL u) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
java.io.IOException
protected java.net.URLConnection openConnection(java.net.URL u, java.net.Proxy p) throws java.io.IOException
openConnection
in class java.net.URLStreamHandler
java.io.IOException
protected void parseURL(java.net.URL u, java.lang.String spec, int start, int limit)
parseURL
in class java.net.URLStreamHandler
protected int getDefaultPort()
getDefaultPort
in class java.net.URLStreamHandler