public class FullPathMatchingPathHandler
extends io.undertow.server.handlers.PathHandler
Warning: Those FullPathMatchingPathHandlers shouldn't be use in association with regular PathHandlers since they override the "relative path" of the exchange, that is used by regular PathHandlers. You should only use FullPathMatchingPathHandlers or only regular PathHandlers.
http://lists.jboss.org/pipermail/undertow-dev/2016-July/001649.html| Constructor and Description |
|---|
FullPathMatchingPathHandler(io.undertow.server.HttpHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
Copyright © 2018. All rights reserved.