Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ssl.SSLContextFactory
-
Packages that use SSLContextFactory Package Description org.apache.activemq.artemis.core.remoting.impl.ssl org.apache.activemq.artemis.spi.core.remoting.ssl -
-
Uses of SSLContextFactory in org.apache.activemq.artemis.core.remoting.impl.ssl
Classes in org.apache.activemq.artemis.core.remoting.impl.ssl that implement SSLContextFactory Modifier and Type Class Description classCachingSSLContextFactorySSLContextFactoryproviding a cache ofSSLContext.classDefaultSSLContextFactorySimple 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 SSLContextFactory Modifier and Type Method Description static SSLContextFactorySSLContextFactoryProvider. getSSLContextFactory()Methods in org.apache.activemq.artemis.spi.core.remoting.ssl with parameters of type SSLContextFactory Modifier and Type Method Description default intSSLContextFactory. compareTo(SSLContextFactory other)
-