public static interface ServerSession.AddedListener extends ServerSession.ServerSessionListener
Listener objects that implement this interface will be notified of session addition.
| Modifier and Type | Method and Description |
|---|---|
void |
added(ServerSession session,
ServerMessage message)
Callback method invoked when the session is added to a
BayeuxServer. |
void added(ServerSession session, ServerMessage message)
Callback method invoked when the session is added to a BayeuxServer.
session - the added sessionmessage - the message that caused the session additionCopyright © 2008–2024 The CometD Project. All rights reserved.