Package | Description |
---|---|
org.jcsp.net |
This is main package for JCSP.NET.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ChannelMessage
Messages used by channels.
|
(package private) static class |
ChannelMessage.Ack
An acknowledgement.
|
(package private) static class |
ChannelMessage.Data
Data from channel output to channel input.
|
(package private) static class |
ChannelMessage.WriteRejected |
(package private) class |
ConnectionMessage
A message between a Connection Client & Server.
|
(package private) static class |
ConnectionMessage.Close
A close() from client to server to open().
|
(package private) static class |
ConnectionMessage.Open
A request from client to server to open().
|
(package private) static class |
ConnectionMessage.Ping
A ping() from server to client.
|
(package private) static class |
ConnectionMessage.Pong
A pong() from client to server.
|
static class |
Message.BounceMessage |
static class |
Message.PingMessage |
static class |
Message.PingReplyMessage |
(package private) class |
SerializedMessage |
Constructor and Description |
---|
SerializedMessage(Message msg) |