Uses of Interface
io.javalin.websocket.WsExceptionHandler
-
Packages that use WsExceptionHandler Package Description io.javalin -
-
Uses of WsExceptionHandler in io.javalin
Methods in io.javalin with parameters of type WsExceptionHandler Modifier and Type Method Description <T extends Exception>
JavalinJavalin. wsException(Class<T> exceptionClass, WsExceptionHandler<? super T> exceptionHandler)Adds a WebSocket exception mapper to the instance.
-