perfect

On Sat, Apr 18, 2015 at 2:48 PM, Bernd Eckenfels <ecki@zusammenkunft.net> wrote:
Am Sat, 18 Apr 2015 12:22:53 -0400
schrieb "Bill O'Neil" <bill@dartalley.com>:

> Is it possible to bind different HttpHandlers to different Listeners
> or should I just run two Undertow servers in the same process?

Bill, Just recently the new addHttpListener(int, String, HttpHandler)
builder method was added:

https://github.com/undertow-io/undertow/commit/040662f6694c1ea5e55a9764d2e752e1e94526c3

Gruss
Bernd