Uses of Interface
org.jcsp.lang.ConnectionClient
-
Packages that use ConnectionClient Package Description 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 Modifier and Type Interface Description 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 Modifier and Type Class Description class
AltingConnectionClient<T>
This class is sub-classed by JCSP.NET classes to provideConnectionClient
objects which can have theirreceive()
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 Modifier and Type Interface Description interface
NetConnectionClient
This interface should be implemented by classes that wish to act as NetworkedConnectionClient
objects.interface
NetSharedConnectionClient
This interface should be implemented by classes that wish to act asSharedConnectionClient
objects which accept connections fromConnectionClient
objects from over a JCSP.NET network.Classes in org.jcsp.net that implement ConnectionClient Modifier and Type Class Description class
NetAltingConnectionClient
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.class
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to aSharedAltingConnectionClient
ConnectionServer
over a JCSP.NET network. -
Uses of ConnectionClient in org.jcsp.net2
Subinterfaces of ConnectionClient in org.jcsp.net2 Modifier and Type Interface Description interface
NetConnectionClient
Classes in org.jcsp.net2 that implement ConnectionClient Modifier and Type Class Description class
NetAltingConnectionClient
-