public interface Message
Modifier and Type | Method and Description |
---|---|
boolean |
isReliable()
Indicates which way an outgoing message should be sent
or which way an incoming message was sent.
|
Message |
setReliable(boolean f)
Sets this message to 'reliable' or not and returns this
message.
|
Message setReliable(boolean f)
boolean isReliable()