-
- All Implemented Interfaces:
public final class RequestHandler.CodeHandler extends RequestHandler
Handler for a given status code on the given route.
-
-
Constructor Summary
Constructors Constructor Description RequestHandler.CodeHandler(Route route, Integer code, Function2<Call, CodedException, Unit> callback)
-