Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method | Description |
---|---|---|
static PathHandler |
Handlers.path() |
Creates a new path handler
|
static PathHandler |
Handlers.path(HttpHandler defaultHandler) |
Creates a new path handler, with the default handler specified
|
Modifier and Type | Method | Description |
---|---|---|
PathHandler |
PathHandler.addExactPath(java.lang.String path,
HttpHandler handler) |
If the request path is exactly equal to the given path, run the handler.
|
PathHandler |
PathHandler.addPath(java.lang.String path,
HttpHandler handler) |
Deprecated.
Superseded by
addPrefixPath(String, io.undertow.server.HttpHandler) . |
PathHandler |
PathHandler.addPrefixPath(java.lang.String path,
HttpHandler handler) |
Adds a path prefix and a handler for that path.
|
PathHandler |
PathHandler.clearPaths() |
|
PathHandler |
PathHandler.removeExactPath(java.lang.String path) |
|
PathHandler |
PathHandler.removePath(java.lang.String path) |
Deprecated.
|
PathHandler |
PathHandler.removePrefixPath(java.lang.String path) |
Copyright © 2018. All rights reserved.