|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ServerSession.MaxQueueListener
Listeners objects that implement this interface will be notified when the session queue is full.
| Method Summary | |
|---|---|
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". |
| Method Detail |
|---|
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 capacity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||