Uses of Class
org.hcjf.io.net.broadcast.BroadcastService.PongMessage
-
Packages that use BroadcastService.PongMessage Package Description org.hcjf.cloud.impl.network org.hcjf.io.net.broadcast -
-
Uses of BroadcastService.PongMessage in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network with parameters of type BroadcastService.PongMessage Modifier and Type Method Description voidCloudBroadcastConsumer. onPong(BroadcastService.PongMessage pongMessage) -
Uses of BroadcastService.PongMessage in org.hcjf.io.net.broadcast
Methods in org.hcjf.io.net.broadcast with parameters of type BroadcastService.PongMessage Modifier and Type Method Description voidBroadcastConsumer. onPong(BroadcastService.PongMessage pongMessage)This method is invoked when the instance receive a broadcast pong message.
-