[undertow-dev] Binding handlers to ports

Bernd Eckenfels ecki at zusammenkunft.net
Sat Apr 18 14:48:01 EDT 2015


Am Sat, 18 Apr 2015 12:22:53 -0400
schrieb "Bill O'Neil" <bill at 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


More information about the undertow-dev mailing list