public class SslSocketConnectorSecure
extends SslSocketConnector
| Constructor and Description |
|---|
SslSocketConnectorSecure() |
| Modifier and Type | Method and Description |
|---|---|
protected ServerSocket |
newServerSocket(String host,
int port,
int backlog)
Create a new ServerSocket that will not accept SSLv3 connections,
but will accept TLSv1.x connections.
|
protected ServerSocket newServerSocket(String host, int port, int backlog) throws IOException
IOException