Interface ClientHandler
-
- All Superinterfaces:
TransportHandler
public interface ClientHandler extends TransportHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendAvailable(ConnectionId connectionId)Invoked when the channel associated with the given connectionId channel is able to send data immediately.-
Methods inherited from interface org.apache.hugegraph.computer.core.network.TransportHandler
exceptionCaught, onChannelActive, onChannelInactive
-
-
-
-
Method Detail
-
sendAvailable
void sendAvailable(ConnectionId connectionId)
Invoked when the channel associated with the given connectionId channel is able to send data immediately.
-
-