| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.netty | |
| org.apache.flink.runtime.net | |
| org.apache.flink.runtime.rest |
| Modifier and Type | Method and Description |
|---|---|
SSLHandlerFactory |
NettyConfig.createClientSSLEngineFactory() |
SSLHandlerFactory |
NettyConfig.createServerSSLEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SSLHandlerFactory |
SSLUtils.createInternalClientSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a SSLEngineFactory to be used by internal communication client endpoints.
|
static SSLHandlerFactory |
SSLUtils.createInternalServerSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a SSLEngineFactory to be used by internal communication server endpoints.
|
static SSLHandlerFactory |
SSLUtils.createRestClientSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a
SSLHandlerFactory to be used by the REST Clients. |
static SSLHandlerFactory |
SSLUtils.createRestServerSSLEngineFactory(org.apache.flink.configuration.Configuration config)
Creates a
SSLHandlerFactory to be used by the REST Servers. |
| Constructor and Description |
|---|
RedirectingSslHandler(String confRedirectHost,
CompletableFuture<String> redirectBaseUrl,
SSLHandlerFactory sslHandlerFactory) |
| Modifier and Type | Method and Description |
|---|---|
SSLHandlerFactory |
RestClientConfiguration.getSslHandlerFactory()
Returns the
SSLEngine that the REST client endpoint should use. |
SSLHandlerFactory |
RestServerEndpointConfiguration.getSslHandlerFactory()
Returns the
SSLEngine that the REST server endpoint should use. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.