Package org.teamapps.cluster.network
Interface ConnectionHandler
- All Known Implementing Classes:
RemoteClusterNode
public interface ConnectionHandler
-
Method Summary
Modifier and Type Method Description voidhandleConnectionClosed()voidhandleMessage(byte[] bytes)
-
Method Details
-
handleMessage
void handleMessage(byte[] bytes) -
handleConnectionClosed
void handleConnectionClosed()
-