public abstract class SocketHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected JDAImpl |
api |
protected int |
responseNumber |
Constructor and Description |
---|
SocketHandler(JDAImpl api,
int responseNumber) |
Modifier and Type | Method and Description |
---|---|
abstract void |
handle(org.json.JSONObject content) |