Package | Description |
---|---|
io.undertow | |
io.undertow.server.handlers |
Modifier and Type | Method and 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 and Description |
---|---|
PathHandler |
PathHandler.addPath(String path,
HttpHandler handler)
Adds a path and a handler for that path.
|
PathHandler |
PathHandler.clearPaths() |
PathHandler |
PathHandler.removePath(String path) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.