public interface UndertowEventListener
UndertowEventListener
should extend AbstractUndertowEventListener
to maintai
backward compatibility.
TODO: implement commented out Undertow eventsModifier and Type | Method and Description |
---|---|
void |
onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onHostStart(Host host) |
void |
onHostStop(Host host) |
void |
onServerStart(Server server) |
void |
onServerStop(Server server) |
void |
onShutdown() |
void onShutdown()
void onDeploymentStart(io.undertow.servlet.api.Deployment deployment, Host host)
void onDeploymentStop(io.undertow.servlet.api.Deployment deployment, Host host)
void onHostStart(Host host)
void onHostStop(Host host)
void onServerStart(Server server)
void onServerStop(Server server)
Copyright © 2015 JBoss by Red Hat. All rights reserved.