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

Packages that use TcpTransportServer
org.apache.activemq.transport.nio   
org.apache.activemq.transport.tcp TCP/IP based Transport implementation. 
 

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

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

Methods in org.apache.activemq.transport.nio that return TcpTransportServer
protected  TcpTransportServer NIOTransportFactory.createTcpTransportServer(URI location, ServerSocketFactory serverSocketFactory)
           
protected  TcpTransportServer NIOSSLTransportFactory.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.
 



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