Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ssl.OpenSSLContextFactory
-
Packages that use OpenSSLContextFactory Package Description org.apache.activemq.artemis.core.remoting.impl.ssl org.apache.activemq.artemis.spi.core.remoting.ssl -
-
Uses of OpenSSLContextFactory in org.apache.activemq.artemis.core.remoting.impl.ssl
Classes in org.apache.activemq.artemis.core.remoting.impl.ssl that implement OpenSSLContextFactory Modifier and Type Class Description classCachingOpenSSLContextFactoryOpenSSLContextFactoryproviding a cache ofSslContext.classDefaultOpenSSLContextFactoryDefaultOpenSSLContextFactoryfor use inNettyConnectorand NettyAcceptor. -
Uses of OpenSSLContextFactory in org.apache.activemq.artemis.spi.core.remoting.ssl
Methods in org.apache.activemq.artemis.spi.core.remoting.ssl that return OpenSSLContextFactory Modifier and Type Method Description static OpenSSLContextFactoryOpenSSLContextFactoryProvider. getOpenSSLContextFactory()Methods in org.apache.activemq.artemis.spi.core.remoting.ssl with parameters of type OpenSSLContextFactory Modifier and Type Method Description default intOpenSSLContextFactory. compareTo(OpenSSLContextFactory other)
-