Package io.socket.parser
Class IOParser.Decoder
java.lang.Object
io.socket.parser.IOParser.Decoder
- All Implemented Interfaces:
Parser.Decoder
- Enclosing class:
- IOParser
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.socket.parser.Parser.Decoder
Parser.Decoder.Callback
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
add
- Specified by:
add
in interfaceParser.Decoder
-
add
public void add(byte[] obj) - Specified by:
add
in interfaceParser.Decoder
-
destroy
public void destroy()- Specified by:
destroy
in interfaceParser.Decoder
-
onDecoded
- Specified by:
onDecoded
in interfaceParser.Decoder
-