Uses of Class
javax.net.SocketFactory
| Package | Description |
|---|---|
| javax.net | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.conscrypt |
-
Uses of SocketFactory in javax.net
Methods in javax.net that return SocketFactory Modifier and Type Method Description static SocketFactorySocketFactory. getDefault()Gets the default socket factory of the system which can be used to create new sockets without creating a subclass of this factory. -
Uses of SocketFactory in javax.net.ssl
Subclasses of SocketFactory in javax.net.ssl Modifier and Type Class Description classSSLSocketFactoryThe abstract factory implementation to createSSLSockets.Methods in javax.net.ssl that return SocketFactory Modifier and Type Method Description static SocketFactorySSLSocketFactory. getDefault()Returns the defaultSSLSocketFactoryinstance. -
Uses of SocketFactory in org.conscrypt
Subclasses of SocketFactory in org.conscrypt Modifier and Type Class Description classOpenSSLSocketFactoryImplclassSSLSocketFactoryImplImplementation of SSLSocketFactory.