public class AcknowledgedMessagesExtension extends BayeuxServer.Extension.Adapter
Installing this extension in a BayeuxServer provides support to
message acknowledgement if a client also supports it.
The main role of this extension is to install the
AcknowledgedMessagesClientExtension on the ServerSession instances
created during handshake for clients that also support the ack extension.
BayeuxServer.Extension.Adapter| Constructor and Description |
|---|
AcknowledgedMessagesExtension() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendMeta(ServerSession to,
ServerMessage.Mutable message) |
rcv, rcvMeta, sendpublic boolean sendMeta(ServerSession to, ServerMessage.Mutable message)
sendMeta in interface BayeuxServer.ExtensionsendMeta in class BayeuxServer.Extension.AdapterCopyright © 2008-2012 Dojo Foundation. All Rights Reserved.