All Methods Instance Methods Concrete Methods Modifier and Type | Method and Description |
void | addSessionListener(SessionListener listener) |
void | attributeAdded(Session session, String name, Object value) |
void | attributeRemoved(Session session, String name, Object oldValue) |
void | attributeUpdated(Session session, String name, Object newValue, Object oldValue) |
void | clear() |
boolean | removeSessionListener(SessionListener listener) |
void | sessionCreated(Session session, HttpServerExchange exchange) |
void | sessionDestroyed(Session session, HttpServerExchange exchange, SessionListener.SessionDestroyedReason reason) |
void | sessionIdChanged(Session session, String oldSessionId) |