Uses of Class
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextConfig
-
Packages that use SSLContextConfig Package Description org.apache.activemq.artemis.spi.core.remoting.ssl -
-
Uses of SSLContextConfig in org.apache.activemq.artemis.spi.core.remoting.ssl
Methods in org.apache.activemq.artemis.spi.core.remoting.ssl that return SSLContextConfig Modifier and Type Method Description SSLContextConfig
SSLContextConfig.Builder. build()
Methods in org.apache.activemq.artemis.spi.core.remoting.ssl with parameters of type SSLContextConfig Modifier and Type Method Description SSLContextConfig.Builder
SSLContextConfig.Builder. from(SSLContextConfig config)
io.netty.handler.ssl.SslContext
OpenSSLContextFactory. getClientSslContext(SSLContextConfig config, Map<String,Object> additionalOpts)
io.netty.handler.ssl.SslContext
OpenSSLContextFactory. getServerSslContext(SSLContextConfig config, Map<String,Object> additionalOpts)
default SSLContext
SSLContextFactory. getSSLContext(SSLContextConfig config, Map<String,Object> additionalOpts)
-