Uses of Class
org.fusesource.fabric.dosgi.tcp.TcpTransport

Packages that use TcpTransport
org.fusesource.fabric.dosgi.io   
org.fusesource.fabric.dosgi.tcp   
 

Uses of TcpTransport in org.fusesource.fabric.dosgi.io
 

Methods in org.fusesource.fabric.dosgi.io with parameters of type TcpTransport
 void TransportAcceptListener.onAccept(TransportServer transportServer, TcpTransport transport)
           
 

Uses of TcpTransport in org.fusesource.fabric.dosgi.tcp
 

Methods in org.fusesource.fabric.dosgi.tcp that return TcpTransport
 TcpTransport TcpTransportFactory.connect(java.lang.String location)
           
protected  TcpTransport TcpTransportServer.createTransport()
           
protected  TcpTransport TcpTransportServer.createTransport(java.nio.channels.SocketChannel socketChannel, java.util.HashMap<java.lang.String,java.lang.Object> options)
           
protected  TcpTransport TcpTransportFactory.createTransport(java.net.URI uri)
          Allows subclasses of TcpTransportFactory to create custom instances of TcpTransport.
 



Copyright © 2013 Red Hat. All Rights Reserved.