Class Handler
- java.lang.Object
-
- java.net.URLStreamHandler
-
- sun.net.www.protocol.http.Handler
-
- sun.net.www.protocol.https.Handler
-
- com.atlassian.bamboo.agent.elastic.tunnel.httpst.Handler
-
public class Handler extends sun.net.www.protocol.https.HandlerA URL scheme handler for "httpst", HTTP over SSL with no certificate or host name verification, and using the tunnel proxy.
Should only be used in cases where the authenticity of the remote host is assured through other means, e.g. other SSL tunnelling.
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpsURLConnectionopenConnection(URL url)protected HttpsURLConnectionopenConnection(URL url, Proxy proxy)-
Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected HttpsURLConnection openConnection(URL url) throws IOException
- Overrides:
openConnectionin classsun.net.www.protocol.https.Handler- Throws:
IOException
-
openConnection
protected HttpsURLConnection openConnection(URL url, Proxy proxy) throws IOException
- Overrides:
openConnectionin classsun.net.www.protocol.https.Handler- Throws:
IOException
-
-