| java.lang.Object | ||
| ↳ | javax.net.ServerSocketFactory | |
| ↳ | javax.net.ssl.SSLServerSocketFactory | |
The factory for SSL server sockets.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
SSLServerSocketFactory instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the default
SSLServerSocketFactory instance.
| |||||||||||
Returns the names of the cipher suites that are enabled by default.
| |||||||||||
Returns the list of supported cipher suites that could be enabled for an
SSL connection created by this factory.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
javax.net.ServerSocketFactory
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new SSLServerSocketFactory instance.
Returns the default SSLServerSocketFactory instance. The default
implementation is defined by the security property
"ssl.ServerSocketFactory.provider".
SSLServerSocketFactory instance.
Returns the names of the cipher suites that are enabled by default.
Returns the list of supported cipher suites that could be enabled for an SSL connection created by this factory.