Uses of Class
org.restheart.exchange.Response
Packages that use Response
Package
Description
Utility classes
-
Uses of Response in org.restheart.exchange
Subclasses of Response in org.restheart.exchangeModifier and TypeClassDescriptionclassServiceResponse implementation backed by BsonValueclassclassclassclassclassclassResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseclassBase class for Response implementation that can be used in proxied requests.classBase class for Response implementations that can be used in service requests.classclassUninitializedResponse wraps the exchage and allows setting a customResponseInitializer Interceptors at intercePoint REQUEST_BEFORE_EXCHANGE_INIT receive UninitializedResponse as response argumentMethods in org.restheart.exchange that return Response -
Uses of Response in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type ResponseModifier and TypeInterfaceDescriptioninterfaceExchangeTypeResolver<R extends Request<?>,S extends Response<?>> Interface to get the response and request implementation classes at runtimeinterfaceHandlingPlugin<R extends Request<?>,S extends Response<?>> Parent interface of handling plugins: Service and ProxyinterfaceInterceptor<R extends Request<?>,S extends Response<?>> Interceptors allow to snoop and modify requests and responses at different stages of the request lifecycle as defined by the interceptPoint parameter of the annotation RegisterPlugin. -
Uses of Response in org.restheart.utils
Method parameters in org.restheart.utils with type arguments of type ResponseModifier and TypeMethodDescriptionstatic booleanPluginUtils.requiresContent(Interceptor<? extends Request<?>, ? extends Response<?>> interceptor)