public class UndertowSessionExpirationListener extends Object implements SessionExpirationListener
Constructor and Description |
---|
UndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment,
io.undertow.server.session.SessionListeners listeners) |
Modifier and Type | Method and Description |
---|---|
void |
sessionExpired(ImmutableSession session)
Invoked when the specified session expires.
|
public UndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment, io.undertow.server.session.SessionListeners listeners)
public void sessionExpired(ImmutableSession session)
SessionExpirationListener
sessionExpired
in interface SessionExpirationListener
session
- a sessionCopyright © 2018 JBoss by Red Hat. All rights reserved.