| Package | Description |
|---|---|
| org.apache.flink.runtime.net | |
| org.apache.flink.runtime.rest |
| Modifier and Type | Method and Description |
|---|---|
static SSLEngineFactory |
SSLUtils.createClientSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a
SSLEngineFactory to be used by the Client. |
static SSLEngineFactory |
SSLUtils.createServerSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a
SSLEngineFactory to be used by the Server. |
| Modifier and Type | Method and Description |
|---|---|
SSLEngineFactory |
RestServerEndpointConfiguration.getSslEngineFactory()
Returns the
SSLEngine that the REST server endpoint should use. |
SSLEngineFactory |
RestClientConfiguration.getSslEngineFactory()
Returns the
SSLEngine that the REST client endpoint should use. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.