Uses of Interface
org.apache.activemq.transport.TransportServer
-
Packages that use TransportServer Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors.org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.proxy org.apache.activemq.transport The core Transport abstraction and support classesorg.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.discovery Discovery mechanism to discover brokers and clients.org.apache.activemq.transport.failover Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.org.apache.activemq.transport.fanout Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancyorg.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.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.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.nio org.apache.activemq.transport.peer Peer based Transport implementation which does not require central servers to connect toorg.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation.org.apache.activemq.transport.vm In-JVM based Transport implementation.org.apache.activemq.transport.ws org.apache.activemq.transport.wss -
-
Uses of TransportServer in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return TransportServer Modifier and Type Method Description protected TransportServerSslBrokerService. createSslTransportServer(URI brokerURI, KeyManager[] km, TrustManager[] tm, SecureRandom random)Creates a TransportServer that uses the given key and trust managers.protected TransportServerTransportConnector. createTransportServer()TransportServerTransportConnector. getServer()Methods in org.apache.activemq.broker with parameters of type TransportServer Modifier and Type Method Description TransportConnectorBrokerService. addConnector(TransportServer transport)Adds a new transport connector for the given TransportServer transportvoidTransportConnector. setServer(TransportServer server)Constructors in org.apache.activemq.broker with parameters of type TransportServer Constructor Description TransportConnector(TransportServer server) -
Uses of TransportServer in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type TransportServer Constructor Description ManagedTransportConnector(ManagementContext context, ObjectName connectorName, TransportServer server) -
Uses of TransportServer in org.apache.activemq.proxy
Methods in org.apache.activemq.proxy that return TransportServer Modifier and Type Method Description protected TransportServerProxyConnector. createServer()TransportServerProxyConnector. getServer()Methods in org.apache.activemq.proxy with parameters of type TransportServer Modifier and Type Method Description voidProxyConnector. setServer(TransportServer server) -
Uses of TransportServer in org.apache.activemq.transport
Classes in org.apache.activemq.transport that implement TransportServer Modifier and Type Class Description classTransportServerFilterclassTransportServerSupportA useful base class for implementations ofTransportServerclassTransportServerThreadSupportA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections.classWebTransportServerSupportFields in org.apache.activemq.transport declared as TransportServer Modifier and Type Field Description protected TransportServerTransportServerFilter. nextMethods in org.apache.activemq.transport that return TransportServer Modifier and Type Method Description static TransportServerTransportFactory. bind(URI location)static TransportServerTransportFactorySupport. bind(BrokerService brokerService, URI location)abstract TransportServerTransportFactory. doBind(URI location)Constructors in org.apache.activemq.transport with parameters of type TransportServer Constructor Description TransportServerFilter(TransportServer next) -
Uses of TransportServer in org.apache.activemq.transport.amqp
Methods in org.apache.activemq.transport.amqp that return TransportServer Modifier and Type Method Description TransportServerAmqpNioSslTransportFactory. doBind(URI location)TransportServerAmqpWSTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.auto
Classes in org.apache.activemq.transport.auto that implement TransportServer Modifier and Type Class Description classAutoSslTransportServerAn SSL TransportServer.classAutoTcpTransportServerA TCP based implementation ofTransportServerMethods in org.apache.activemq.transport.auto that return TransportServer Modifier and Type Method Description TransportServerAutoSslTransportFactory. doBind(URI location)Overriding to use SslTransportServer and allow for proper reflection.TransportServerAutoTcpTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.auto.nio
Classes in org.apache.activemq.transport.auto.nio that implement TransportServer Modifier and Type Class Description classAutoNIOSSLTransportServerLicensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.Methods in org.apache.activemq.transport.auto.nio that return TransportServer Modifier and Type Method Description TransportServerAutoNioSslTransportFactory. doBind(URI location)TransportServerAutoNioTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.discovery
Methods in org.apache.activemq.transport.discovery that return TransportServer Modifier and Type Method Description TransportServerDiscoveryTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover that return TransportServer Modifier and Type Method Description TransportServerFailoverTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return TransportServer Modifier and Type Method Description TransportServerFanoutTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.http
Classes in org.apache.activemq.transport.http that implement TransportServer Modifier and Type Class Description classHttpTransportServerMethods in org.apache.activemq.transport.http that return TransportServer Modifier and Type Method Description TransportServerHttpTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.https
Classes in org.apache.activemq.transport.https that implement TransportServer Modifier and Type Class Description classHttpsTransportServerMethods in org.apache.activemq.transport.https that return TransportServer Modifier and Type Method Description TransportServerHttpsTransportFactory. doBind(String brokerId, URI location)TransportServerHttpsTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.mock
Methods in org.apache.activemq.transport.mock that return TransportServer Modifier and Type Method Description TransportServerMockTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.mqtt
Methods in org.apache.activemq.transport.mqtt that return TransportServer Modifier and Type Method Description TransportServerMQTTNIOSSLTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.nio
Classes in org.apache.activemq.transport.nio that implement TransportServer Modifier and Type Class Description classNIOSSLTransportServerMethods in org.apache.activemq.transport.nio that return TransportServer Modifier and Type Method Description TransportServerNIOSSLTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.peer
Methods in org.apache.activemq.transport.peer that return TransportServer Modifier and Type Method Description TransportServerPeerTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.stomp
Methods in org.apache.activemq.transport.stomp that return TransportServer Modifier and Type Method Description TransportServerStompNIOSSLTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.tcp
Classes in org.apache.activemq.transport.tcp that implement TransportServer Modifier and Type Class Description classSslTransportServerAn SSL TransportServer.classTcpTransportServerA TCP based implementation ofTransportServerMethods in org.apache.activemq.transport.tcp that return TransportServer Modifier and Type Method Description TransportServerSslTransportFactory. doBind(URI location)Overriding to use SslTransportServer and allow for proper reflection.TransportServerTcpTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement TransportServer Modifier and Type Class Description classUdpTransportServerDeprecated.Methods in org.apache.activemq.transport.udp that return TransportServer Modifier and Type Method Description TransportServerUdpTransportFactory. doBind(URI location)Deprecated. -
Uses of TransportServer in org.apache.activemq.transport.vm
Classes in org.apache.activemq.transport.vm that implement TransportServer Modifier and Type Class Description classVMTransportServerBroker side of the VMTransportMethods in org.apache.activemq.transport.vm that return TransportServer Modifier and Type Method Description TransportServerVMTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.ws
Classes in org.apache.activemq.transport.ws that implement TransportServer Modifier and Type Class Description classWSTransportServerCreates a web server and registers web socket serverMethods in org.apache.activemq.transport.ws that return TransportServer Modifier and Type Method Description TransportServerWSTransportFactory. doBind(URI location) -
Uses of TransportServer in org.apache.activemq.transport.wss
Classes in org.apache.activemq.transport.wss that implement TransportServer Modifier and Type Class Description classWSSTransportServerMethods in org.apache.activemq.transport.wss that return TransportServer Modifier and Type Method Description TransportServerWSSTransportFactory. doBind(URI location)
-