Uses of Interface
io.helidon.webserver.ServerRequest
Packages that use ServerRequest
-
Uses of ServerRequest in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type ServerRequestModifier and TypeMethodDescriptionvoidErrorHandler.accept(ServerRequest req, ServerResponse res, T ex) Error handling consumer.voidHandler.accept(ServerRequest req, ServerResponse res) voidHandler.EntityHandler.accept(ServerRequest req, ServerResponse res, T entity) voidRequestPredicate.ConditionalHandler.accept(ServerRequest req, ServerResponse res) protected booleanJsonService.acceptsJson(ServerRequest request, ServerResponse response) Determines if JSON is an accepted response type, usingAcceptand responseContent-Typeheaders.booleanRequestPredicate.test(ServerRequest request) Evaluate this predicate.Method parameters in io.helidon.webserver with type arguments of type ServerRequestModifier and TypeMethodDescriptionRequestPredicate.and(Predicate<ServerRequest> predicate) Returns a composed predicate that represents a logical AND expression between this predicate and another predicate.RequestPredicate.or(Predicate<ServerRequest> predicate) Returns a composed predicate that represents a logical OR expression between this predicate and another predicate.