| Interface | Description |
|---|---|
| Message |
Marker interface for all messages.
|
| Class | Description |
|---|---|
| EchoMessage |
For test purposes only
|
| HelloRequest |
Sent the first time we connect to a given server.
|
| HelloResponse |
Sent in response to a
HelloRequest. |
| OperationRequest |
Sent to request an operation.
|
| OperationRequestMoreData |
Sent by the client to request more data.
|
| OperationRequestStopData |
Sent by the client to request stop sending data
|
| OperationResponseEnd |
Special marker class to mark the end of a response.
|
| OperationResponsePart |
Represents one part of a response.
|
| OperationResponsePause |
Special marker class to ask if the client wants more data.
|
Copyright © 2019. All rights reserved.