Package | Description |
---|---|
org.menacheri.jetclient.event | |
org.menacheri.jetclient.event.impl |
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 |
---|---|
void |
AbstractSessionEventHandler.onNetworkMessage(NetworkEvent networkEvent) |
Copyright © 2012. All Rights Reserved.