Package | Description |
---|---|
org.menacheri.jetclient.communication | |
org.menacheri.jetclient.event | |
org.menacheri.jetclient.event.impl |
Modifier and Type | Class and Description |
---|---|
static class |
DeliveryGuaranty.DeliveryGuarantyOptions
An enumeration which implements
DeliveryGuaranty . |
Modifier and Type | Field and Description |
---|---|
private static DeliveryGuaranty |
NettyUDPMessageSender.DELIVERY_GUARANTY |
private static DeliveryGuaranty |
NettyTCPMessageSender.DELIVERY_GUARANTY |
Modifier and Type | Method and Description |
---|---|
DeliveryGuaranty |
NettyUDPMessageSender.getDeliveryGuaranty() |
DeliveryGuaranty |
NettyTCPMessageSender.getDeliveryGuaranty() |
DeliveryGuaranty |
MessageSender.getDeliveryGuaranty()
Returns the delivery guaranty of the implementation.
|
Modifier and Type | Method and Description |
---|---|
DeliveryGuaranty |
NetworkEvent.getDeliveryGuaranty() |
Modifier and Type | Method and Description |
---|---|
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. |
void |
NetworkEvent.setDeliveryGuaranty(DeliveryGuaranty deliveryGuaranty) |
Modifier and Type | Field and Description |
---|---|
(package private) DeliveryGuaranty |
DefaultNetworkEvent.guaranty |
Modifier and Type | Method and Description |
---|---|
DeliveryGuaranty |
DefaultNetworkEvent.getDeliveryGuaranty() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultNetworkEvent.setDeliveryGuaranty(DeliveryGuaranty deliveryGuaranty) |
Constructor and Description |
---|
DefaultNetworkEvent(Event event,
DeliveryGuaranty deliveryGuaranty)
Copy constructor which will take values from the event and set it on this
instance.
|
Copyright © 2012. All Rights Reserved.