Uses of Interface
org.apache.activemq.transport.TransportServer

Packages that use TransportServer
org.apache.activemq.transport The core Transport abstraction and support classes 
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 redundancy 
org.apache.activemq.transport.mock A mock implementation of the Transport layer useful for testing 
org.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
 class TransportServerFilter
           
 class TransportServerSupport
          A useful base class for implementations of TransportServer
 class TransportServerThreadSupport
          A useful base class for implementations of TransportServer which uses a background thread to accept new connections.
 

Fields in org.apache.activemq.transport declared as TransportServer
protected  TransportServer TransportServerFilter.next
           
 

Methods in org.apache.activemq.transport that return TransportServer
static TransportServer TransportFactory.bind(URI location)
           
abstract  TransportServer TransportFactory.doBind(URI location)
           
 

Constructors in org.apache.activemq.transport with parameters of type TransportServer
TransportServerFilter(TransportServer next)
           
 

Uses of TransportServer in org.apache.activemq.transport.discovery
 

Methods in org.apache.activemq.transport.discovery that return TransportServer
 TransportServer DiscoveryTransportFactory.doBind(URI location)
           
 

Uses of TransportServer in org.apache.activemq.transport.failover
 

Methods in org.apache.activemq.transport.failover that return TransportServer
 TransportServer FailoverTransportFactory.doBind(URI location)
           
 

Uses of TransportServer in org.apache.activemq.transport.fanout
 

Methods in org.apache.activemq.transport.fanout that return TransportServer
 TransportServer FanoutTransportFactory.doBind(URI location)
           
 

Uses of TransportServer in org.apache.activemq.transport.mock
 

Methods in org.apache.activemq.transport.mock that return TransportServer
 TransportServer MockTransportFactory.doBind(URI location)
           
 

Uses of TransportServer in org.apache.activemq.transport.nio
 

Classes in org.apache.activemq.transport.nio that implement TransportServer
 class NIOSSLTransportServer
           
 

Methods in org.apache.activemq.transport.nio that return TransportServer
 TransportServer NIOSSLTransportFactory.doBind(URI location)
           
 

Uses of TransportServer in org.apache.activemq.transport.tcp
 

Classes in org.apache.activemq.transport.tcp that implement TransportServer
 class SslTransportServer
          An SSL TransportServer.
 class TcpTransportServer
          A TCP based implementation of TransportServer
 

Methods in org.apache.activemq.transport.tcp that return TransportServer
 TransportServer TcpTransportFactory.doBind(URI location)
           
 TransportServer SslTransportFactory.doBind(URI location)
          Overriding 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 TransportServer
 class UdpTransportServer
          Deprecated.  
 

Methods in org.apache.activemq.transport.udp that return TransportServer
 TransportServer UdpTransportFactory.doBind(URI location)
          Deprecated.  
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.