Uses of Class
org.restheart.exchange.ServiceRequest
Packages that use ServiceRequest
-
Uses of ServiceRequest in org.restheart.exchange
Subclasses of ServiceRequest in org.restheart.exchangeModifier and TypeClassDescriptionclassServiceRequest implementation backed by BsonValue and initialized from csv data.classServiceRequest implementation backed by BsonValueclassclassclassclassRequest implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requestsclassclassUninitializedRequest wraps the exchage and provides access to request attributes (such as getPath()) and allows setting a customRequestInitializer The request content can be only accessed in raw format with getRawContent() and setRawContent() Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedRequest as request argumentMethods in org.restheart.exchange with type parameters of type ServiceRequestMethods in org.restheart.exchange that return ServiceRequestModifier and TypeMethodDescriptionstatic ServiceRequest<?> ServiceRequest.of(io.undertow.server.HttpServerExchange exchange) -
Uses of ServiceRequest in org.restheart.handlers
Methods in org.restheart.handlers with type parameters of type ServiceRequestModifier and TypeMethodDescriptionstatic <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler.wrap(PipelinedHandler next, Service<R, S> service) static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandler -
Uses of ServiceRequest in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type ServiceRequestModifier and TypeInterfaceDescriptioninterfaceService<R extends ServiceRequest<?>,S extends ServiceResponse<?>> Services allow to extend the API adding web servicesMethod parameters in org.restheart.plugins with type arguments of type ServiceRequestModifier and TypeMethodDescriptionvoidPluginsRegistry.plugService(PluginRecord<Service<? extends ServiceRequest<?>, ? extends ServiceResponse<?>>> srv, String uri, RegisterPlugin.MATCH_POLICY mp, boolean secured) Plugs a service into the root handler binding it to the path