Package | Description |
---|---|
org.menacheri.jetserver.app | |
org.menacheri.jetserver.app.impl | |
org.menacheri.jetserver.event | |
org.menacheri.jetserver.event.impl |
Modifier and Type | Method and Description |
---|---|
void |
GameRoom.sendBroadcast(NetworkEvent networkEvent)
Method used to send a broadcast message to all sessions in the group.
|
Modifier and Type | Method and Description |
---|---|
void |
GameRoomSession.sendBroadcast(NetworkEvent networkEvent) |
Modifier and Type | Method and Description |
---|---|
static NetworkEvent |
Events.networkEvent(Object source)
Creates a network event with the source set to the object passed in as
parameter and the
DeliveryGuaranty set to
DeliveryGuaranty.DeliveryGuarantyOptions.RELIABLE . |
static NetworkEvent |
Events.networkEvent(Object source,
DeliveryGuaranty deliveryGuaranty)
Creates a network event with the source set to the object passed in as
parameter and the
DeliveryGuaranty set to the incoming
parameter. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNetworkEvent
Default implementation of
NetworkEvent interface. |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultSessionEventHandler.onNetworkMessage(NetworkEvent event) |
Copyright © 2013. All Rights Reserved.