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