Interface | Description |
---|---|
Message |
Marker interface for all messages.
|
Class | Description |
---|---|
EchoMessage |
For test purposes only
|
ErrorResponse |
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 © 2022. All rights reserved.