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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SharedConnectionClient<T>
Defines an interface for a client end of a connection that
can be shared by multiple clients.
|
Modifier and Type | Class and Description |
---|---|
class |
AltingConnectionClient<T>
This class is sub-classed by JCSP.NET classes
to provide
ConnectionClient objects which can
have their receive() method alted over. |
class |
AltingConnectionClientImpl<T>
This class does not need to be used by standard JCSP users.
|
class |
SharedAltingConnectionClient<T>
Implements a client end of a Connection which can have multiple
client processes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetConnectionClient
This interface should be implemented by classes that wish to act
as Networked
ConnectionClient objects. |
interface |
NetSharedConnectionClient
This interface should be implemented by classes that
wish to act as
SharedConnectionClient
objects which accept connections from
ConnectionClient objects from over a JCSP.NET
network. |
Modifier and Type | Class and Description |
---|---|
class |
NetAltingConnectionClient
Instances of this class are
AltingConnectionClient
objects which connect to ConnectionServer objects
over a JCSP.NET network. |
class |
NetSharedAltingConnectionClient
Defines a class whose instances should be
that connect to a ConnectionServer over a JCSP.NET
network. |
Copyright © 1996–2019. All rights reserved.