|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLSocketFactory | |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
javax.net.ssl | Provides classes for the secure socket package. |
Uses of SSLSocketFactory in javax.naming.ldap |
Methods in javax.naming.ldap with parameters of type SSLSocketFactory | |
abstract SSLSession |
StartTlsResponse.negotiate(SSLSocketFactory factory)
Negotiates a TLS session using an SSL socket factory. |
Uses of SSLSocketFactory in javax.net.ssl |
Methods in javax.net.ssl that return SSLSocketFactory | |
protected abstract SSLSocketFactory |
SSLContextSpi.engineGetSocketFactory()
Returns a SocketFactory object for this
context. |
SSLSocketFactory |
SSLContext.getSocketFactory()
Returns a SocketFactory object for this
context. |
static SSLSocketFactory |
HttpsURLConnection.getDefaultSSLSocketFactory()
Gets the default static SSL socket factory used when creating sockets for secure https URL connections. |
SSLSocketFactory |
HttpsURLConnection.getSSLSocketFactory()
Gets the SSL socket factory to be used when creating sockets for secure https URL connections. |
Methods in javax.net.ssl with parameters of type SSLSocketFactory | |
static void |
HttpsURLConnection.setDefaultSSLSocketFactory(SSLSocketFactory sf)
Sets the default SSL socket factory inherited when an instance of this class is created. |
void |
HttpsURLConnection.setSSLSocketFactory(SSLSocketFactory sf)
Sets the SSL socket factory to be used when creating sockets for secure https URL connections. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.