Uses of Interface
org.fusesource.fabric.dosgi.io.TransportListener

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

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

Methods in org.fusesource.fabric.dosgi.io that return TransportListener
 TransportListener Transport.getTransportListener()
          Returns the current transport listener
 

Methods in org.fusesource.fabric.dosgi.io with parameters of type TransportListener
 void Transport.setTransportListener(TransportListener commandListener)
          Registers an inbound command listener
 

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

Classes in org.fusesource.fabric.dosgi.tcp that implement TransportListener
protected  class TransportPool.Listener
           
 

Fields in org.fusesource.fabric.dosgi.tcp declared as TransportListener
protected  TransportListener TcpTransport.listener
           
 

Methods in org.fusesource.fabric.dosgi.tcp that return TransportListener
 TransportListener TcpTransport.getTransportListener()
           
 

Methods in org.fusesource.fabric.dosgi.tcp with parameters of type TransportListener
 void TcpTransport.setTransportListener(TransportListener listener)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.