Uses of Class
javax.net.ServerSocketFactory
| 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 ServerSocketFactory in javax.net
Methods in javax.net that return ServerSocketFactory Modifier and Type Method Description static ServerSocketFactoryServerSocketFactory. getDefault()Gets the default server socket factory of the system which can be used to create new server sockets without creating a subclass of this factory. -
Uses of ServerSocketFactory in javax.net.ssl
Subclasses of ServerSocketFactory in javax.net.ssl Modifier and Type Class Description classSSLServerSocketFactoryThe factory for SSL server sockets.Methods in javax.net.ssl that return ServerSocketFactory Modifier and Type Method Description static ServerSocketFactorySSLServerSocketFactory. getDefault()Returns the defaultSSLServerSocketFactoryinstance. -
Uses of ServerSocketFactory in org.conscrypt
Subclasses of ServerSocketFactory in org.conscrypt Modifier and Type Class Description classOpenSSLServerSocketFactoryImplclassSSLServerSocketFactoryImplImplementation of SSLServerSocketFactory.