Uses of Interface
io.helidon.webserver.ServerRequest
-
Packages that use ServerRequest Package Description io.helidon.dbclient.webserver.jsonp Support for sending DB Client results as JSON.io.helidon.media.jackson.server io.helidon.media.jsonb.server io.helidon.media.jsonp.server io.helidon.security.integration.grpc Integration library forGrpcServer.io.helidon.security.integration.webserver Integration library for RxServer.io.helidon.webserver Reactive web server API.io.helidon.webserver.accesslog Access log support for Helidon WebServer. -
-
Uses of ServerRequest in io.helidon.dbclient.webserver.jsonp
Methods in io.helidon.dbclient.webserver.jsonp with parameters of type ServerRequest Modifier and Type Method Description voidDbResultSupport. accept(ServerRequest serverRequest, ServerResponse serverResponse)Deprecated. -
Uses of ServerRequest in io.helidon.media.jackson.server
Methods in io.helidon.media.jackson.server with parameters of type ServerRequest Modifier and Type Method Description voidJacksonSupport. accept(ServerRequest request, ServerResponse response) -
Uses of ServerRequest in io.helidon.media.jsonb.server
Methods in io.helidon.media.jsonb.server with parameters of type ServerRequest Modifier and Type Method Description voidJsonBindingSupport. accept(ServerRequest request, ServerResponse response) -
Uses of ServerRequest in io.helidon.media.jsonp.server
Methods in io.helidon.media.jsonp.server with parameters of type ServerRequest Modifier and Type Method Description voidJsonSupport. accept(ServerRequest request, ServerResponse response) -
Uses of ServerRequest in io.helidon.security.integration.grpc
Methods in io.helidon.security.integration.grpc with parameters of type ServerRequest Modifier and Type Method Description static GrpcClientSecurity.BuilderGrpcClientSecurity. builder(ServerRequest req)Obtain aGrpcClientSecuritybuilder.static GrpcClientSecurityGrpcClientSecurity. create(ServerRequest req)Create aGrpcClientSecurityinstance. -
Uses of ServerRequest in io.helidon.security.integration.webserver
Methods in io.helidon.security.integration.webserver with parameters of type ServerRequest Modifier and Type Method Description voidSecurityHandler. accept(ServerRequest req, ServerResponse res) -
Uses of ServerRequest in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type ServerRequest Modifier and Type Method Description voidErrorHandler. accept(ServerRequest req, ServerResponse res, T ex)Error handling consumer.voidFormParamsSupport. accept(ServerRequest req, ServerResponse res)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 ServerRequest Modifier and Type Method Description RequestPredicateRequestPredicate. and(Predicate<ServerRequest> predicate)Returns a composed predicate that represents a logical AND expression between this predicate and another predicate.RequestPredicateRequestPredicate. or(Predicate<ServerRequest> predicate)Returns a composed predicate that represents a logical OR expression between this predicate and another predicate. -
Uses of ServerRequest in io.helidon.webserver.accesslog
Methods in io.helidon.webserver.accesslog that return ServerRequest Modifier and Type Method Description ServerRequestAccessLogContext. serverRequest()The server request.Methods in io.helidon.webserver.accesslog with parameters of type ServerRequest Modifier and Type Method Description default voidAccessLogEntry. accept(ServerRequest req, ServerResponse res)This method allows for each log entry to register anything on the request and/or response.voidSizeLogEntry. accept(ServerRequest req, ServerResponse res)
-