public interface PyroClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectedClient(PyroClient client) |
void |
disconnectedClient(PyroClient client) |
void |
droppedClient(PyroClient client,
IOException cause) |
void |
receivedData(PyroClient client,
ByteBuffer data) |
void |
sentData(PyroClient client,
int bytes) |
void |
unconnectableClient(PyroClient client,
Exception cause) |
void connectedClient(PyroClient client)
void unconnectableClient(PyroClient client, Exception cause)
void droppedClient(PyroClient client, IOException cause)
void disconnectedClient(PyroClient client)
void receivedData(PyroClient client, ByteBuffer data)
void sentData(PyroClient client, int bytes)
Copyright © 2017. All rights reserved.