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

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

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

Subclasses of TcpTransport in org.apache.activemq.transport.nio
 class NIOSSLTransport
           
 class NIOTransport
          An implementation of the Transport interface using raw tcp/ip
 

Methods in org.apache.activemq.transport.nio that return TcpTransport
protected  TcpTransport NIOTransportFactory.createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation)
           
 

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

Subclasses of TcpTransport in org.apache.activemq.transport.tcp
 class SslTransport
          A Transport class that uses SSL and client-side certificate authentication.
 

Methods in org.apache.activemq.transport.tcp that return TcpTransport
protected  TcpTransport TcpTransportFactory.createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation)
          Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport intances.
 



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