return new UndertowContext(deployment, new UndertowHost(host, new UndertowEngine(host.getServer().getValue(), this.service.getValue(), this.connector)));
}
@Override
public void onDeploymentStart(Deployment deployment, Host host) {
Context context = this.createContext(deployment, host);
this.eventHandler.getValue().add(context);
// TODO break into onDeploymentAdd once implemented in Undertow
this.eventHandler.getValue().start(context);
}