com.github.nkzawa.socketio.parser
Class Packet<T>
java.lang.Object
com.github.nkzawa.socketio.parser.Packet<T>
public class Packet<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
public int type
id
public int id
nsp
public String nsp
data
public T data
attachments
public int attachments
Packet
public Packet()
Packet
public Packet(int type)
Packet
public Packet(int type,
T data)
Copyright © 2014. All rights reserved.