final class UDPNetwork.MessageAndIndex extends Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
index
The index of the first packet containing the message.
|
(package private) Message |
msg
The sent message.
|
(package private) int |
size
The number of packets used to send the message.
|
Constructor and Description |
---|
MessageAndIndex(Message msg,
int index,
int size) |
Copyright © 2023 ScalAgent D.T.. All rights reserved.