public interface RequestHandler extends HttpHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUriPattern()
Return the URI pattern below the root context path that this RequestHandler serves.
|
boolean |
matches(java.lang.String requestUri)
Checks if the URI pattern matches the given requestUri.
|
getRootContextPath, handlejava.lang.String getUriPattern()
boolean matches(java.lang.String requestUri)
requestUri - a requestUri