Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Field and Description |
---|---|
private SslConnectionFactory |
OptionalSslConnectionFactory.sslConnectionFactory |
Constructor and Description |
---|
OptionalSslConnectionFactory(SslConnectionFactory sslConnectionFactory,
java.lang.String otherProtocol)
Creates a new ConnectionFactory whose connections can upgrade to TLS or another protocol.
|