Uses of Interface
org.restheart.plugins.Service
Packages that use Service
Package
Description
Utility classes
-
Uses of Service in org.restheart.handlers
Methods in org.restheart.handlers with parameters of type ServiceModifier 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 Service in org.restheart.plugins
Subinterfaces of Service in org.restheart.pluginsModifier and TypeInterfaceDescriptioninterfaceSpecialized Service interface that uses BsonRequest and BsonResponseinterfaceinterfaceSpecialized Service interface that uses JsonRequest and JsonResponseinterfaceMethods in org.restheart.plugins that return types with arguments of type ServiceMethods in org.restheart.plugins with parameters of type ServiceModifier and TypeMethodDescriptionList<Interceptor<?, ?>> PluginsRegistry.getServiceInterceptors(Service<?, ?> srv, InterceptPoint interceptPoint) Method parameters in org.restheart.plugins with type arguments of type ServiceModifier 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 -
Uses of Service in org.restheart.utils
Methods in org.restheart.utils with type parameters of type ServiceMethods in org.restheart.utils that return ServiceModifier and TypeMethodDescriptionstatic Service<?, ?> PluginUtils.handlingService(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange) Methods in org.restheart.utils that return types with arguments of type ServiceModifier and TypeMethodDescriptionstatic PluginRecord<Service<?, ?>> PluginUtils.handlingServicePluginRecord(PluginsRegistry registry, io.undertow.server.HttpServerExchange exchange) Methods in org.restheart.utils with parameters of type ServiceModifier and TypeMethodDescriptionstatic booleanstatic StringPluginUtils.defaultURI(Service service) static InterceptPoint[]PluginUtils.dontIntercept(Service service) static RegisterPlugin.MATCH_POLICYPluginUtils.uriMatchPolicy(Service service)