Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created February 6, 2014 15:53
Show Gist options
  • Save rhusar/8846911 to your computer and use it in GitHub Desktop.
Save rhusar/8846911 to your computer and use it in GitHub Desktop.
@Override
public Engine next() {
org.wildfly.extension.undertow.Server server = servers.next();
return new UndertowEngine(server, UndertowServer.this.service, UndertowServer.this.connector);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment