Uses of Interface
org.jcsp.lang.ConnectionServer
Packages that use ConnectionServer
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This is main package for JCSP.NET.
-
Uses of ConnectionServer in org.jcsp.lang
Subinterfaces of ConnectionServer in org.jcsp.langModifier and TypeInterfaceDescriptioninterface
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 ConnectionServerModifier and TypeClassDescriptionclass
An interface to connection.class
This class does not need to be used by standard JCSP users.class
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.netModifier and TypeInterfaceDescriptioninterface
This interface should be implemented by classes that wish to act as NetworkedConnectionServer
objects.interface
Instances of classed implementing this method areSharedConnectionServer
objects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement ConnectionServerModifier and TypeClassDescription(package private) class
Instances of this class areAltingConnectionServer
objects which allow connections fromConnectionClient
objects from over a JCSP.NET network.(package private) class
-
Uses of ConnectionServer in org.jcsp.net2
Subinterfaces of ConnectionServer in org.jcsp.net2Classes in org.jcsp.net2 that implement ConnectionServer