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.
-
-
Constructor Summary
Constructors Constructor Description Handler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HttpURLConnection
openConnection(URL url)
protected HttpURLConnection
openConnection(URL url, Proxy proxy)
-
Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
-
-
-
Method Detail
-
openConnection
protected HttpURLConnection openConnection(URL url) throws IOException
- Overrides:
openConnection
in classsun.net.www.protocol.http.Handler
- Throws:
IOException
-
openConnection
protected HttpURLConnection openConnection(URL url, Proxy proxy) throws IOException
- Overrides:
openConnection
in classsun.net.www.protocol.http.Handler
- Throws:
IOException
-
-