public interface RequestHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
adminOnly() |
boolean |
handles(String path) |
void |
process(RequestEvent event) |
boolean handles(String path)
boolean adminOnly()
void process(RequestEvent event) throws IOException
IOExceptionCopyright © 2021. All rights reserved.