public final class MessageContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.net.SocketAddress |
sender
Address and port of the sender
|
long |
time
Time the message was issued
|
int |
type
The type of the message
|
Constructor and Description |
---|
MessageContext(java.net.SocketAddress sender,
long time,
int type)
Creates a new message context.
|