Uses of Class
org.apache.activemq.transport.tcp.TcpTransportServer

Packages that use TcpTransportServer
org.apache.activemq.transport.nio   
org.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.xmpp   
 

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

Methods in org.apache.activemq.transport.nio that return TcpTransportServer
protected  TcpTransportServer NIOTransportFactory.createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
           
 

Uses of TcpTransportServer in org.apache.activemq.transport.stomp
 

Methods in org.apache.activemq.transport.stomp that return TcpTransportServer
protected  TcpTransportServer StompNIOTransportFactory.createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
           
 

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

Subclasses of TcpTransportServer in org.apache.activemq.transport.tcp
 class SslTransportServer
          An SSL TransportServer.
 

Methods in org.apache.activemq.transport.tcp that return TcpTransportServer
protected  TcpTransportServer TcpTransportFactory.createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
          Allows subclasses of TcpTransportFactory to create custom instances of TcpTransportServer.
 

Uses of TcpTransportServer in org.apache.activemq.transport.xmpp
 

Subclasses of TcpTransportServer in org.apache.activemq.transport.xmpp
 class XmppTransportServer
           
 

Methods in org.apache.activemq.transport.xmpp that return TcpTransportServer
protected  TcpTransportServer XmppTransportFactory.createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
           
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.