|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLSocket | |
| iaik.protocol.https | |
| iaik.security.ssl | |
| Uses of SSLSocket in iaik.protocol.https |
| Methods in iaik.protocol.https that return SSLSocket | |
SSLSocket |
HttpsURLConnection.getSSLSocket()
Get the SSLSocket this URLConnection is communicating over. |
| Uses of SSLSocket in iaik.security.ssl |
| Methods in iaik.security.ssl that return SSLSocket | |
static SSLSocket |
Utils.proxyConnect(java.net.InetAddress address,
int port,
SSLContext context)
Connect to the specified host via HTTPS proxy (if set via properties). |
static SSLSocket |
Utils.proxyConnect(java.lang.String address,
int port,
SSLContext context,
java.net.Socket proxySocket)
Connect to the specified host via HTTPS proxy (if set via properties). |
static SSLSocket |
Utils.proxyConnect(java.net.InetAddress address,
int port,
SSLContext context,
java.net.InetAddress proxyAddress,
int proxyPort)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||