Am Sat, 18 Apr 2015 12:22:53 -0400
schrieb "Bill O'Neil" <bill(a)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/040662f6694c1ea5e55a9764d2...
Gruss
Bernd