Uses of Class
org.restheart.exchange.ServiceResponse
Packages that use ServiceResponse
-
Uses of ServiceResponse in org.restheart.exchange
Subclasses of ServiceResponse in org.restheart.exchangeModifier and TypeClassDescriptionclassServiceResponse implementation backed by BsonValueclassclassclassclassResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseclassclassUninitializedResponse wraps the exchage and allows setting a customResponseInitializer Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedResponse as response argumentMethods in org.restheart.exchange with type parameters of type ServiceResponseMethods in org.restheart.exchange that return ServiceResponseModifier and TypeMethodDescriptionstatic ServiceResponse<?> ServiceResponse.of(io.undertow.server.HttpServerExchange exchange) -
Uses of ServiceResponse in org.restheart.handlers
Methods in org.restheart.handlers with type parameters of type ServiceResponseModifier 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 ServiceResponse in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type ServiceResponseModifier 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 ServiceResponseModifier 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