Package | Description |
---|---|
io.undertow.util |
Modifier and Type | Method and Description |
---|---|
PathMatcher |
PathMatcher.addExactPath(String path,
T handler) |
PathMatcher |
PathMatcher.addPrefixPath(String path,
T handler)
Adds a path prefix and a handler for that path.
|
PathMatcher |
PathMatcher.clearPaths() |
PathMatcher |
PathMatcher.removeExactPath(String path) |
PathMatcher |
PathMatcher.removePath(String path)
Deprecated.
|
PathMatcher |
PathMatcher.removePrefixPath(String path) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.