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 TypeInterfaceDescriptioninterfaceDefines 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 TypeClassDescriptionclassAn interface to connection.classThis class does not need to be used by standard JCSP users.classThis 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 TypeInterfaceDescriptioninterfaceThis interface should be implemented by classes that wish to act as NetworkedConnectionServerobjects.interfaceInstances of classed implementing this method areSharedConnectionServerobjects which accept connections from clients from over a JCSP.NET network.Classes in org.jcsp.net that implement ConnectionServerModifier and TypeClassDescription(package private) classInstances of this class areAltingConnectionServerobjects which allow connections fromConnectionClientobjects 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