Uses of Interface
org.jcsp.lang.ConnectionClient
Packages that use ConnectionClient
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of ConnectionClient in org.jcsp.lang
Subinterfaces of ConnectionClient in org.jcsp.langModifier and TypeInterfaceDescriptioninterface
Defines an interface for a client end of a connection that can be shared by multiple clients.Classes in org.jcsp.lang that implement ConnectionClientModifier and TypeClassDescriptionclass
This class is sub-classed by JCSP.NET classes to provideConnectionClient
objects which can have theirreceive()
method alted over.class
This class does not need to be used by standard JCSP users.class
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.netModifier and TypeInterfaceDescriptioninterface
This interface should be implemented by classes that wish to act as NetworkedConnectionClient
objects.interface
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 ConnectionClientModifier and TypeClassDescriptionclass
Instances of this class areAltingConnectionClient
objects which connect toConnectionServer
objects over a JCSP.NET network.class
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.net2Classes in org.jcsp.net2 that implement ConnectionClient