| Package | Description |
|---|---|
| org.glassfish.grizzly.samples.spdy | |
| org.glassfish.grizzly.ssl |
| Modifier and Type | Method and Description |
|---|---|
protected static SSLContextConfigurator |
ServerUtils.createSSLContextConfigurator()
Initializes SSLContext configurator.
|
| Modifier and Type | Field and Description |
|---|---|
static SSLContextConfigurator |
SSLContextConfigurator.DEFAULT_CONFIG
Default SSL configuration.
|
protected SSLContextConfigurator |
SSLEngineConfigurator.sslContextConfiguration |
| Constructor and Description |
|---|
SSLCodec(SSLContextConfigurator config) |
SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration)
Create SSL Engine configuration basing on passed
SSLContextConfigurator. |
SSLEngineConfigurator(SSLContextConfigurator sslContextConfiguration,
boolean clientMode,
boolean needClientAuth,
boolean wantClientAuth)
Create SSL Engine configuration basing on passed
SSLContextConfigurator. |
Copyright © 2024 Oracle Corporation. All rights reserved.