public interface TransportDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
onConnect() |
void |
onDisconnect() |
void |
onError(java.lang.String s) |
void |
onMessage(byte[] message,
int offset,
int length) |
void |
onReconnect() |