public interface IPacketMsg
IClientMsg
in that this interface is packet body agnostic
and only allows simple access into the header. This interface is also immutable, and the underlying
data cannot be modified.Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Gets the underlying data that represents this client message.
|
EMsg |
getMsgType()
Gets the network message type of this packet message.
|
long |
getSourceJobID()
Gets the source job id for this packet message.
|
long |
getTargetJobID()
Gets the target job id for this packet message.
|
boolean |
isProto()
Gets a value indicating whether this packet message is protobuf backed.
|
boolean isProto()
EMsg getMsgType()
long getTargetJobID()
long getSourceJobID()
byte[] getData()
Copyright © 2012. All Rights Reserved.