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

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

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

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

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

Classes in org.fusesource.fabric.dosgi.tcp that implement TransportServer
 class TcpTransportServer
          A TCP based transport server
 

Fields in org.fusesource.fabric.dosgi.tcp declared as TransportServer
protected  TransportServer ServerInvokerImpl.server
           
 



Copyright © 2013 Red Hat. All Rights Reserved.