Uses of Class
org.apache.activemq.transport.TransportServerSupport

Packages that use TransportServerSupport
org.apache.activemq.transport The core Transport abstraction and support classes 
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 TransportServerSupport in org.apache.activemq.transport
 

Subclasses of TransportServerSupport in org.apache.activemq.transport
 class TransportServerThreadSupport
          A useful base class for implementations of TransportServer which uses a background thread to accept new connections.
 

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

Subclasses of TransportServerSupport in org.apache.activemq.transport.nio
 class NIOSSLTransportServer
           
 

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

Subclasses of TransportServerSupport in org.apache.activemq.transport.tcp
 class SslTransportServer
          An SSL TransportServer.
 class TcpTransportServer
          A TCP based implementation of TransportServer
 

Uses of TransportServerSupport in org.apache.activemq.transport.udp
 

Subclasses of TransportServerSupport in org.apache.activemq.transport.udp
 class UdpTransportServer
          Deprecated.  
 



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