Uses of Class
org.apache.activemq.broker.SslContext
-
Packages that use SslContext Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.network Support for federated networks of brokers.org.apache.activemq.spring Helper classes for working with the JMS client and Spring.org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.org.apache.activemq.transport.wss -
-
Uses of SslContext in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return SslContext Modifier and Type Method Description static SslContext
SslContext. getCurrentSslContext()
SslContext
BrokerService. getSslContext()
Methods in org.apache.activemq.broker with parameters of type SslContext Modifier and Type Method Description static void
SslContext. setCurrentSslContext(SslContext bs)
void
BrokerService. setSslContext(SslContext sslContext)
-
Uses of SslContext in org.apache.activemq.network
Methods in org.apache.activemq.network that return SslContext Modifier and Type Method Description SslContext
NetworkBridgeConfiguration. getSslContext()
Methods in org.apache.activemq.network with parameters of type SslContext Modifier and Type Method Description void
NetworkBridgeConfiguration. setSslContext(SslContext sslContext)
-
Uses of SslContext in org.apache.activemq.spring
Subclasses of SslContext in org.apache.activemq.spring Modifier and Type Class Description class
SpringSslContext
Extends the SslContext so that it's easier to configure from spring. -
Uses of SslContext in org.apache.activemq.transport
Constructors in org.apache.activemq.transport with parameters of type SslContext Constructor Description SecureSocketConnectorFactory(SslContext context)
-
Uses of SslContext in org.apache.activemq.transport.https
Constructors in org.apache.activemq.transport.https with parameters of type SslContext Constructor Description HttpsTransportServer(URI uri, HttpsTransportFactory factory, SslContext context)
-
Uses of SslContext in org.apache.activemq.transport.wss
Constructors in org.apache.activemq.transport.wss with parameters of type SslContext Constructor Description WSSTransportServer(URI location, SslContext context)
-