Uses of Interface
dev.mccue.microhttp.handler.Handler
-
Uses of Handler in dev.mccue.microhttp.handler
Classes in dev.mccue.microhttp.handler that implement HandlerModifier and TypeClassDescriptionclassTemplate for a class which has a list of handlers that it tries in order.classTemplate for a handler that handles a single route by matching on the request's uri path and filtering on the request's method.Methods in dev.mccue.microhttp.handler with parameters of type HandlerConstructor parameters in dev.mccue.microhttp.handler with type arguments of type HandlerModifierConstructorDescriptionDelegatingHandler(List<? extends Handler> handlers, IntoResponse notHandled)