this.service.getValue().unregisterListener(this);
this.executor.shutdown();
ContainerEventHandler eventHandler = this.eventHandler.getValue();
eventHandler.stop(this.server);
}
private Context createContext(Deployment deployment, Host host) {
return new UndertowContext(deployment, new UndertowHost(host, new UndertowEngine(host.getServer().getValue(), this.service.getValue(), this.connector)));
}