Undertow Core 2.2.40.Final
-
-
Method Summary
All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method |
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) |
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
clear
public void clear()
Undertow Core 2.2.40.Final
Copyright © 2026 JBoss by Red Hat. All rights reserved.