|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageDecoderProvider
Contract for a class capable of providing MessageDecoder
s
by examining the first byte of a given raw message.
Method Summary | |
---|---|
MessageDecoder |
getDecoder(byte firstByte)
Retrieves a MessageDecoder for the message
identified by the provided contents's {firstByte . |
Method Detail |
---|
MessageDecoder getDecoder(byte firstByte)
MessageDecoder
for the message
identified by the provided contents's {firstByte
.
firstByte
- raw contents' first byte
MessageDecoder
for the message
identified by the provided contents's first byte
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |