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 |
Modifier and Type | Interface and Description |
---|---|
interface |
SharedConnectionServer<T>
Defines an interface for a server end of a connection that
can be shared by multiple concurrent processes.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetSharedConnectionServer
Instances of classed implementing this method are
SharedConnectionServer objects which accept
connections from clients from over a JCSP.NET network. |
Modifier and Type | Interface and Description |
---|---|
interface |
NetConnectionServer |
Modifier and Type | Class and Description |
---|---|
class |
NetAltingConnectionServer |
Copyright © 1996–2019. All rights reserved.