com.github.nkzawa.socketio.parser
Class Parser.Decoder

java.lang.Object
  extended by com.github.nkzawa.emitter.Emitter
      extended by com.github.nkzawa.socketio.parser.Parser.Decoder
Enclosing class:
Parser

public static class Parser.Decoder
extends com.github.nkzawa.emitter.Emitter


Nested Class Summary
 
Nested classes/interfaces inherited from class com.github.nkzawa.emitter.Emitter
com.github.nkzawa.emitter.Emitter.Listener
 
Field Summary
static String EVENT_DECODED
           
 
Constructor Summary
Parser.Decoder()
           
 
Method Summary
 void add(byte[] obj)
           
 void add(String obj)
           
 void destroy()
           
 
Methods inherited from class com.github.nkzawa.emitter.Emitter
emit, hasListeners, listeners, off, off, off, on, once
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT_DECODED

public static String EVENT_DECODED
Constructor Detail

Parser.Decoder

public Parser.Decoder()
Method Detail

add

public void add(String obj)

add

public void add(byte[] obj)

destroy

public void destroy()


Copyright © 2014. All rights reserved.