Uses of Interface
dev.mccue.microhttp.handler.IntoResponse
-
Uses of IntoResponse in dev.mccue.microhttp.handler
Methods in dev.mccue.microhttp.handler that return IntoResponseModifier and TypeMethodDescriptionDelegatingHandler.handle(org.microhttp.Request request) Handler.handle(org.microhttp.Request request) Handles the request.final IntoResponseRouteHandler.handle(org.microhttp.Request request) protected abstract IntoResponseRouteHandler.handleRoute(Matcher routeMatch, org.microhttp.Request request) RouteHandler.MatcherHandler.handleRoute(Matcher routeMatch, org.microhttp.Request request) Method parameters in dev.mccue.microhttp.handler with type arguments of type IntoResponseModifier and TypeMethodDescriptionstatic RouteHandlerRouteHandler.of(String method, Pattern pattern, Callable<? extends IntoResponse> handler) Constructors in dev.mccue.microhttp.handler with parameters of type IntoResponseModifierConstructorDescriptionDelegatingHandler(List<? extends Handler> handlers, IntoResponse notHandled)