public static interface ServerSession.MaxQueueListener extends ServerSession.ServerSessionListener
Listeners objects that implement this interface will be notified when the session queue is full.
| Modifier and Type | Method and Description |
|---|---|
boolean |
queueMaxed(ServerSession session,
Session from,
Message message)
Callback invoked to notify when the message queue is exceeding the value
configured for the transport with the option "maxQueue".
|
boolean queueMaxed(ServerSession session, Session from, Message message)
Callback invoked to notify when the message queue is exceeding the value configured for the transport with the option "maxQueue".
session - the session that will receive the messagefrom - the session that is sending the messagesmessage - the message that exceeded the max queue capacityCopyright © 2008-2012 Dojo Foundation. All Rights Reserved.