public class Handler
extends sun.net.www.protocol.https.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 and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
protected HttpsURLConnection |
openConnection(URL url) |
protected HttpsURLConnection |
openConnection(URL url,
Proxy proxy) |
equals, getHostAddress, hashCode, hostsEqual, parseURL, sameFile, setURL, setURL, toExternalForm
protected HttpsURLConnection openConnection(URL url) throws IOException
openConnection
in class sun.net.www.protocol.https.Handler
IOException
protected HttpsURLConnection openConnection(URL url, Proxy proxy) throws IOException
openConnection
in class sun.net.www.protocol.https.Handler
IOException
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.