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 interface
SharedConnectionServer<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 class
AltingConnectionServer<T>
An interface to connection.class
AltingConnectionServerImpl<T>
This class does not need to be used by standard JCSP users.class
SharedConnectionServerImpl
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.net Modifier and Type Interface Description interface
NetConnectionServer
This interface should be implemented by classes that wish to act as NetworkedConnectionServer
objects.interface
NetSharedConnectionServer
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 ConnectionServer Modifier and Type Class Description (package private) class
NetAltingConnectionServer
Instances of this class areAltingConnectionServer
objects which allow connections fromConnectionClient
objects from over a JCSP.NET network.(package private) class
NetSharedConnectionServerImpl
-
Uses of ConnectionServer in org.jcsp.net2
Subinterfaces of ConnectionServer in org.jcsp.net2 Modifier and Type Interface Description interface
NetConnectionServer
Classes in org.jcsp.net2 that implement ConnectionServer Modifier and Type Class Description class
NetAltingConnectionServer
-