Class Handler
java.lang.Object
java.net.URLStreamHandler
com.atlassian.bamboo.agent.elastic.tunnel.httpst.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 -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected URLConnectionopenConnection(URL url) protected URLConnectionopenConnection(URL url, Proxy proxy) Methods inherited from class java.net.URLStreamHandler
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
-
Constructor Details
-
Handler
public Handler()
-
-
Method Details
-
getDefaultPort
protected int getDefaultPort()- Overrides:
getDefaultPortin classURLStreamHandler
-
openConnection
- Specified by:
openConnectionin classURLStreamHandler- Throws:
IOException
-
openConnection
- Overrides:
openConnectionin classURLStreamHandler- Throws:
IOException
-