Class UndertowSessionExpirationListener
java.lang.Object
org.wildfly.clustering.web.undertow.session.UndertowSessionExpirationListener
- All Implemented Interfaces:
Consumer<ImmutableSession>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment, io.undertow.server.session.SessionListeners listeners, Recordable<ImmutableSessionMetaData> recorder) -
Method Summary
-
Constructor Details
-
UndertowSessionExpirationListener
public UndertowSessionExpirationListener(io.undertow.servlet.api.Deployment deployment, io.undertow.server.session.SessionListeners listeners, Recordable<ImmutableSessionMetaData> recorder)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<ImmutableSession>
-