Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextFactory
Packages that use SSLContextFactory
Package
Description
-
Uses of SSLContextFactory in org.apache.activemq.artemis.core.remoting.impl.ssl
Classes in org.apache.activemq.artemis.core.remoting.impl.ssl that implement SSLContextFactoryModifier and TypeClassDescriptionclassSSLContextFactoryproviding a cache ofSSLContext.classSimple SSLContextFactory for use in NettyConnector and NettyAcceptor. -
Uses of SSLContextFactory in org.apache.activemq.artemis.spi.core.remoting.ssl
Methods in org.apache.activemq.artemis.spi.core.remoting.ssl that return SSLContextFactoryModifier and TypeMethodDescriptionstatic SSLContextFactorySSLContextFactoryProvider.getSSLContextFactory()Methods in org.apache.activemq.artemis.spi.core.remoting.ssl with parameters of type SSLContextFactoryModifier and TypeMethodDescriptiondefault intSSLContextFactory.compareTo(SSLContextFactory other) -
Uses of SSLContextFactory in org.jboss.activemq.artemis.wildfly.integration
Classes in org.jboss.activemq.artemis.wildfly.integration that implement SSLContextFactoryModifier and TypeClassDescriptionclassImplementation of the SSLContextFactory enabling WildFly to register and unregister SSLContext that it created.