Uses of Interface
org.jcsp.lang.ConnectionServer

Packages that use ConnectionServer
org.jcsp.lang This provides classes and interfaces corresponding to the fundamental primitives of CSP. 
org.jcsp.net This is main package for JCSP.NET. 
org.jcsp.net2   
 

Uses of ConnectionServer in org.jcsp.lang
 

Subinterfaces of ConnectionServer in org.jcsp.lang
 interface SharedConnectionServer<T>
           Defines an interface for a server end of a connection that can be shared by multiple concurrent processes.
 

Classes in org.jcsp.lang that implement ConnectionServer
 class AltingConnectionServer<T>
          An interface to connection.
 class AltingConnectionServerImpl<T>
          This class does not need to be used by standard JCSP users.
 class SharedConnectionServerImpl
          This class does not need to be used by standard JCSP users.
 

Uses of ConnectionServer in org.jcsp.net
 

Subinterfaces of ConnectionServer in org.jcsp.net
 interface NetSharedConnectionServer
          Instances of classed implementing this method are SharedConnectionServer objects which accept connections from clients from over a JCSP.NET network.
 

Uses of ConnectionServer in org.jcsp.net2
 

Subinterfaces of ConnectionServer in org.jcsp.net2
 interface NetConnectionServer
           
 

Classes in org.jcsp.net2 that implement ConnectionServer
 class NetAltingConnectionServer
           
 



Copyright © 1996-2012. All Rights Reserved.