public class Packet<T> extends Object
int
attachments
T
data
id
String
nsp
type
Packet()
Packet(int type)
Packet(int type, T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int type
public int id
public String nsp
public T data
public int attachments
public Packet()
public Packet(int type)
public Packet(int type, T data)
Copyright © 2022. All rights reserved.