public interface SocketListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyClosed(IdscpServerSocket idscpServerSocket) |
void |
onMessage(org.eclipse.jetty.websocket.api.Session session,
byte[] message)
This method is called on every incoming payload message.
|
void onMessage(org.eclipse.jetty.websocket.api.Session session,
byte[] message)
Implementations of this interface should handle payloads here.
session - message - void notifyClosed(IdscpServerSocket idscpServerSocket)