public abstract class AbstractProtocolMessage extends Object implements IProtocolMessage
Modifier | Constructor and Description |
---|---|
protected |
AbstractProtocolMessage(byte[] messageBytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getMessageBytes()
Returns the byte array of this message accordingly to the protocol in vigor.
|
int |
hashCode() |
String |
toString() |
protected AbstractProtocolMessage(@Nonnull byte[] messageBytes)
@Nonnull public byte[] getMessageBytes()
IProtocolMessage
getMessageBytes
in interface IProtocolMessage
Copyright © 2020. All Rights Reserved.