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) @Nullable IntoResponseHandler.handle(org.microhttp.Request request) Handles the request.final @Nullable IntoResponseRouteHandler.handle(org.microhttp.Request request) protected abstract @Nullable IntoResponseRouteHandler.handleRoute(Matcher routeMatch, org.microhttp.Request request) @Nullable IntoResponseRouteHandler.MatcherHandler.handleRoute(Matcher routeMatch, org.microhttp.Request request) Constructors in dev.mccue.microhttp.handler with parameters of type IntoResponseModifierConstructorDescriptionDelegatingHandler(List<? extends Handler> handlers, IntoResponse notHandled)