Uses of Interface
org.apache.activemq.transport.TransportServer
Packages that use TransportServer
Package
Description
The core Transport abstraction and support classes
Discovery mechanism to discover brokers and clients.
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
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 redundancy
A mock implementation of the Transport layer useful for testing
TCP/IP based Transport implementation.
UDP based Transport implementation.
-
Uses of TransportServer in org.apache.activemq.transport
Classes in org.apache.activemq.transport that implement TransportServerModifier and TypeClassDescriptionclassclassA useful base class for implementations ofTransportServerclassA useful base class for implementations ofTransportServerwhich uses a background thread to accept new connections.Fields in org.apache.activemq.transport declared as TransportServerMethods in org.apache.activemq.transport that return TransportServerConstructors in org.apache.activemq.transport with parameters of type TransportServer -
Uses of TransportServer in org.apache.activemq.transport.discovery
Methods in org.apache.activemq.transport.discovery that return TransportServer -
Uses of TransportServer in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover that return TransportServer -
Uses of TransportServer in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return TransportServer -
Uses of TransportServer in org.apache.activemq.transport.mock
Methods in org.apache.activemq.transport.mock that return TransportServer -
Uses of TransportServer in org.apache.activemq.transport.nio
Classes in org.apache.activemq.transport.nio that implement TransportServerMethods in org.apache.activemq.transport.nio that return TransportServer -
Uses of TransportServer in org.apache.activemq.transport.tcp
Classes in org.apache.activemq.transport.tcp that implement TransportServerModifier and TypeClassDescriptionclassAn SSL TransportServer.classA TCP based implementation ofTransportServerMethods in org.apache.activemq.transport.tcp that return TransportServerModifier and TypeMethodDescriptionOverriding to use SslTransportServer and allow for proper reflection. -
Uses of TransportServer in org.apache.activemq.transport.udp
Classes in org.apache.activemq.transport.udp that implement TransportServerMethods in org.apache.activemq.transport.udp that return TransportServerModifier and TypeMethodDescriptionDeprecated.