Uses of Class
org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
Packages that use SSLHandlerFactory
Package
Description
-
Uses of SSLHandlerFactory in org.apache.flink.runtime.io.network.netty
Methods in org.apache.flink.runtime.io.network.netty that return SSLHandlerFactoryModifier and TypeMethodDescriptionNettyConfig.createClientSSLEngineFactory()NettyConfig.createServerSSLEngineFactory() -
Uses of SSLHandlerFactory in org.apache.flink.runtime.net
Methods in org.apache.flink.runtime.net that return SSLHandlerFactoryModifier and TypeMethodDescriptionstatic SSLHandlerFactorySSLUtils.createInternalClientSSLEngineFactory(org.apache.flink.configuration.Configuration config) Creates a SSLEngineFactory to be used by internal communication client endpoints.static SSLHandlerFactorySSLUtils.createInternalServerSSLEngineFactory(org.apache.flink.configuration.Configuration config) Creates a SSLEngineFactory to be used by internal communication server endpoints.static SSLHandlerFactorySSLUtils.createRestClientSSLEngineFactory(org.apache.flink.configuration.Configuration config) Creates aSSLHandlerFactoryto be used by the REST Clients.static SSLHandlerFactorySSLUtils.createRestServerSSLEngineFactory(org.apache.flink.configuration.Configuration config) Creates aSSLHandlerFactoryto be used by the REST Servers.Constructors in org.apache.flink.runtime.net with parameters of type SSLHandlerFactoryModifierConstructorDescriptionRedirectingSslHandler(String confRedirectHost, CompletableFuture<String> redirectBaseUrl, SSLHandlerFactory sslHandlerFactory) -
Uses of SSLHandlerFactory in org.apache.flink.runtime.rest
Methods in org.apache.flink.runtime.rest that return SSLHandlerFactoryModifier and TypeMethodDescriptionRestClientConfiguration.getSslHandlerFactory()Returns theSSLEnginethat the REST client endpoint should use.RestServerEndpointConfiguration.getSslHandlerFactory()Returns theSSLEnginethat the REST server endpoint should use.