Class Handler
java.lang.Object
java.net.URLStreamHandler
sun.net.www.protocol.http.Handler
com.atlassian.bamboo.agent.elastic.tunnel.httpt.Handler
public class Handler
extends sun.net.www.protocol.http.Handler
A 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.
-
Field Summary
Fields inherited from class sun.net.www.protocol.http.Handler
proxy, proxyPort
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected HttpURLConnection
openConnection
(URL url) protected HttpURLConnection
openConnection
(URL url, Proxy proxy) Methods inherited from class sun.net.www.protocol.http.Handler
getDefaultPort
Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
openConnection
- Overrides:
openConnection
in classsun.net.www.protocol.http.Handler
- Throws:
IOException
-
openConnection
- Overrides:
openConnection
in classsun.net.www.protocol.http.Handler
- Throws:
IOException
-