Uses of Interface
org.restheart.plugins.Interceptor
Packages that use Interceptor
-
Uses of Interceptor in org.restheart.plugins
Subinterfaces of Interceptor in org.restheart.pluginsModifier and TypeInterfaceDescriptioninterfaceSpecialized Interceptor interface for services implementing BsonServiceinterfaceinterfaceSpecialized Interceptor interface for the GraphQL serviceinterfaceinterfaceSpecialized Interceptor interface for MongoServiceinterfaceinterfaceinterfaceA special interceptor that intercepts requests handled by any ServiceMethods in org.restheart.plugins that return types with arguments of type InterceptorModifier and TypeMethodDescriptionSet<PluginRecord<Interceptor<?, ?>>> PluginsRegistry.getInterceptors()List<Interceptor<?, ?>> PluginsRegistry.getProxyInterceptors(InterceptPoint interceptPoint) List<Interceptor<?, ?>> PluginsRegistry.getServiceInterceptors(Service<?, ?> srv, InterceptPoint interceptPoint) Method parameters in org.restheart.plugins with type arguments of type InterceptorModifier and TypeMethodDescriptionvoidPluginsRegistry.addInterceptor(PluginRecord<Interceptor<?, ?>> i) booleanPluginsRegistry.removeInterceptorIf(Predicate<? super PluginRecord<Interceptor<?, ?>>> filter) -
Uses of Interceptor in org.restheart.utils
Methods in org.restheart.utils with parameters of type InterceptorModifier and TypeMethodDescriptionstatic InterceptPointPluginUtils.interceptPoint(Interceptor interceptor) static BooleanPluginUtils.requiredinterceptor(Interceptor interceptor) static booleanPluginUtils.requiresContent(Interceptor<? extends Request<?>, ? extends Response<?>> interceptor)