Uses of Class
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextConfig
Packages that use SSLContextConfig
Package
Description
-
Uses of SSLContextConfig in org.apache.activemq.artemis.core.remoting.impl.ssl
Methods in org.apache.activemq.artemis.core.remoting.impl.ssl with parameters of type SSLContextConfigModifier and TypeMethodDescriptionprotected ObjectCachingSSLContextFactory.getCacheKey(SSLContextConfig config, Map<String, Object> additionalOpts) Obtains/calculates a cache key for the correspondingSslContext.io.netty.handler.ssl.SslContextCachingOpenSSLContextFactory.getClientSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) io.netty.handler.ssl.SslContextDefaultOpenSSLContextFactory.getClientSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) io.netty.handler.ssl.SslContextCachingOpenSSLContextFactory.getServerSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) io.netty.handler.ssl.SslContextDefaultOpenSSLContextFactory.getServerSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) CachingSSLContextFactory.getSSLContext(SSLContextConfig config, Map<String, Object> additionalOpts) DefaultSSLContextFactory.getSSLContext(SSLContextConfig config, Map<String, Object> additionalOpts) Constructors in org.apache.activemq.artemis.core.remoting.impl.ssl with parameters of type SSLContextConfig -
Uses of SSLContextConfig in org.apache.activemq.artemis.spi.core.remoting.ssl
Methods in org.apache.activemq.artemis.spi.core.remoting.ssl that return SSLContextConfigMethods in org.apache.activemq.artemis.spi.core.remoting.ssl with parameters of type SSLContextConfigModifier and TypeMethodDescriptionSSLContextConfig.Builder.from(SSLContextConfig config) io.netty.handler.ssl.SslContextOpenSSLContextFactory.getClientSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) io.netty.handler.ssl.SslContextOpenSSLContextFactory.getServerSslContext(SSLContextConfig config, Map<String, Object> additionalOpts) default SSLContextSSLContextFactory.getSSLContext(SSLContextConfig config, Map<String, Object> additionalOpts) -
Uses of SSLContextConfig in org.jboss.activemq.artemis.wildfly.integration
Methods in org.jboss.activemq.artemis.wildfly.integration with parameters of type SSLContextConfigModifier and TypeMethodDescriptionWildFlySSLContextFactory.getSSLContext(SSLContextConfig config, Map<String, Object> additionalOpts)