|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageReader
Contract for a class capable of reading messages from byte arrays.
Method Summary | |
---|---|
List<Message> |
readMessages(byte[] packetContents)
Returns a list of Message s by parsing the provided byte array packet chunk. |
Method Detail |
---|
List<Message> readMessages(byte[] packetContents)
Message
s by parsing the provided byte array packet chunk.
packetContents
- contents of the actual messages
Message
s by parsing the provided byte array packet chunk
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |