Interface | Description |
---|---|
ErrorHandler |
A handler for use with
Javalin.error(int, ErrorHandler) . |
ExceptionHandler<T extends java.lang.Exception> |
A handler for use with
Javalin.exception(Class, ExceptionHandler) . |
Handler |
Main interface for endpoint actions.
|
RequestLogger |
Interface for logging requests.
|
Copyright © 2019. All Rights Reserved.