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