Uses of Interface
org.jcsp.lang.ConnectionServer
-
Packages that use ConnectionServer 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 ConnectionServer in org.jcsp.lang
Subinterfaces of ConnectionServer in org.jcsp.lang Modifier and Type Interface Description interfaceSharedConnectionServer<T>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 ConnectionServer Modifier and Type Class Description classAltingConnectionServer<T>An interface to connection.classAltingConnectionServerImpl<T>This class does not need to be used by standard JCSP users.classSharedConnectionServerImplThis class does not need to be used by standard JCSP users. -
Uses of ConnectionServer in org.jcsp.net
Subinterfaces of ConnectionServer in org.jcsp.net Modifier and Type Interface Description interfaceNetConnectionServerThis interface should be implemented by classes that wish to act as NetworkedConnectionServerobjects.interfaceNetSharedConnectionServerInstances of classed implementing this method areSharedConnectionServerobjects which accept connections from clients from over a JCSP.NET network. -
Uses of ConnectionServer in org.jcsp.net2
Subinterfaces of ConnectionServer in org.jcsp.net2 Modifier and Type Interface Description interfaceNetConnectionServerClasses in org.jcsp.net2 that implement ConnectionServer Modifier and Type Class Description classNetAltingConnectionServer
-