Uses of Interface
org.jcsp.lang.ConnectionClient

Packages that use ConnectionClient
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 ConnectionClient in org.jcsp.lang
 

Subinterfaces of ConnectionClient in org.jcsp.lang
 interface SharedConnectionClient<T>
           Defines an interface for a client end of a connection that can be shared by multiple clients.
 

Classes in org.jcsp.lang that implement ConnectionClient
 class AltingConnectionClient<T>
           This class is sub-classed by JCSP.NET classes to provide ConnectionClient objects which can have their receive() method alted over.
 class AltingConnectionClientImpl<T>
          This class does not need to be used by standard JCSP users.
 class SharedAltingConnectionClient<T>
           Implements a client end of a Connection which can have multiple client processes.
 

Uses of ConnectionClient in org.jcsp.net
 

Subinterfaces of ConnectionClient in org.jcsp.net
 interface NetSharedConnectionClient
          This interface should be implemented by classes that wish to act as SharedConnectionClient objects which accept connections from ConnectionClient objects from over a JCSP.NET network.
 

Classes in org.jcsp.net that implement ConnectionClient
 class NetSharedAltingConnectionClient
           Defines a class whose instances should be SharedAltingConnectionClient that connect to a ConnectionServer over a JCSP.NET network.
 

Uses of ConnectionClient in org.jcsp.net2
 

Subinterfaces of ConnectionClient in org.jcsp.net2
 interface NetConnectionClient
           
 

Classes in org.jcsp.net2 that implement ConnectionClient
 class NetAltingConnectionClient
           
 



Copyright © 1996-2012. All Rights Reserved.