Uses of Interface
org.apache.activemq.transport.TransportServer
-
Packages that use TransportServer Package Description org.apache.activemq.transport The core Transport abstraction and support classesorg.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.mock A mock implementation of the Transport layer useful for testingorg.apache.activemq.transport.nio org.apache.activemq.transport.tcp TCP/IP based Transport implementation.org.apache.activemq.transport.udp UDP based Transport implementation. -
-
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.Fields 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)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.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.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.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.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.
-