public class SessionListenersSupport
extends java.lang.Object
implements io.dropwizard.lifecycle.Managed
| Constructor and Description |
|---|
SessionListenersSupport(boolean failWithoutSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(io.dropwizard.jetty.MutableServletContextHandler environment,
java.util.EventListener listener) |
void |
start() |
void |
stop() |
public SessionListenersSupport(boolean failWithoutSession)
public void add(io.dropwizard.jetty.MutableServletContextHandler environment,
java.util.EventListener listener)
public void start()
throws java.lang.Exception
start in interface io.dropwizard.lifecycle.Managedjava.lang.Exceptionpublic void stop()
throws java.lang.Exception
stop in interface io.dropwizard.lifecycle.Managedjava.lang.Exception