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

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

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, javax.net.SocketFactory socketFactory, java.net.URI location, java.net.URI localLocation)
          Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport intances.
 

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

Subclasses of TcpTransport in org.apache.activemq.transport.xmpp
 class XmppTransport
           
 

Methods in org.apache.activemq.transport.xmpp that return TcpTransport
protected  TcpTransport XmppTransportFactory.createTcpTransport(WireFormat wf, javax.net.SocketFactory socketFactory, java.net.URI location, java.net.URI localLocation)
           
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.