com.github.nkzawa.socketio.parser
Class Parser

java.lang.Object
  extended by com.github.nkzawa.socketio.parser.Parser

public class Parser
extends Object


Nested Class Summary
static class Parser.Decoder
           
static class Parser.Encoder
           
 
Field Summary
static int ACK
          Packet type `ack`.
static int BINARY_ACK
          Packet type `binary ack`.
static int BINARY_EVENT
          Packet type `binary event`.
static int CONNECT
          Packet type `connect`.
static int DISCONNECT
          Packet type `disconnect`.
static int ERROR
          Packet type `error`.
static int EVENT
          Packet type `event`.
static int protocol
           
static String[] types
          Packet types.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECT

public static final int CONNECT
Packet type `connect`.

See Also:
Constant Field Values

DISCONNECT

public static final int DISCONNECT
Packet type `disconnect`.

See Also:
Constant Field Values

EVENT

public static final int EVENT
Packet type `event`.

See Also:
Constant Field Values

ACK

public static final int ACK
Packet type `ack`.

See Also:
Constant Field Values

ERROR

public static final int ERROR
Packet type `error`.

See Also:
Constant Field Values

BINARY_EVENT

public static final int BINARY_EVENT
Packet type `binary event`.

See Also:
Constant Field Values

BINARY_ACK

public static final int BINARY_ACK
Packet type `binary ack`.

See Also:
Constant Field Values

protocol

public static int protocol

types

public static String[] types
Packet types.



Copyright © 2014. All rights reserved.