Uses of Class
org.apache.flink.runtime.io.network.netty.SSLHandlerFactory
-
Packages that use SSLHandlerFactory Package Description org.apache.flink.runtime.io.network.netty org.apache.flink.runtime.net org.apache.flink.runtime.rest -
-
Uses of SSLHandlerFactory in org.apache.flink.runtime.io.network.netty
Methods in org.apache.flink.runtime.io.network.netty that return SSLHandlerFactory Modifier and Type Method Description SSLHandlerFactoryNettyConfig. createClientSSLEngineFactory()SSLHandlerFactoryNettyConfig. createServerSSLEngineFactory() -
Uses of SSLHandlerFactory in org.apache.flink.runtime.net
Methods in org.apache.flink.runtime.net that return SSLHandlerFactory Modifier and Type Method Description static 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 SSLHandlerFactory Constructor Description RedirectingSslHandler(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 SSLHandlerFactory Modifier and Type Method Description SSLHandlerFactoryRestClientConfiguration. getSslHandlerFactory()Returns theSSLEnginethat the REST client endpoint should use.SSLHandlerFactoryRestServerEndpointConfiguration. getSslHandlerFactory()Returns theSSLEnginethat the REST server endpoint should use.
-