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

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

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

Subinterfaces of Service in org.fusesource.fabric.dosgi.io
 interface ClientInvoker
           
 interface ServerInvoker
           
 interface Transport
          Represents an abstract connection.
 interface TransportServer
          A TransportServer asynchronously accepts Transport objects and then delivers those objects to a TransportAcceptListener.
 

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

Classes in org.fusesource.fabric.dosgi.tcp that implement Service
 class ClientInvokerImpl
           
protected  class ClientInvokerImpl.InvokerTransportPool
           
 class ServerInvokerImpl
           
 class TcpTransport
           
 class TcpTransportServer
          A TCP based transport server
 class TransportPool
           
 



Copyright © 2013 Red Hat. All Rights Reserved.