public interface MessageSender
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageSender.IFast |
static interface |
MessageSender.IReliable |
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleanup hook which can be called when a session is disconnected or
closed.
|
DeliveryGuaranty |
getDeliveryGuaranty()
Returns the delivery guaranty of the implementation.
|
Object |
sendMessage(Object message)
This method delegates to the underlying native session object to send a
message to the client.
|
Object sendMessage(Object message)
message
- The message to be sent to client.DeliveryGuaranty getDeliveryGuaranty()
void close()
Copyright © 2012. All Rights Reserved.