Uses of Class
org.restheart.exchange.Response
-
Packages that use Response Package Description org.restheart.exchange org.restheart.plugins -
-
Uses of Response in org.restheart.exchange
Subclasses of Response in org.restheart.exchange Modifier and Type Class Description classBsonResponseServiceResponse implementation backed by BsonValueclassByteArrayProxyResponseclassByteArrayResponseclassJsonProxyResponseclassJsonResponseclassMongoResponseResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseclassProxyResponse<T>Base class for Response implementation that can be used in proxied requests.classServiceResponse<T>Base class for Response implementations that can be used in service requests.Methods in org.restheart.exchange that return Response Modifier and Type Method Description static ResponseResponse. of(io.undertow.server.HttpServerExchange exchange) -
Uses of Response in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type Response Modifier and Type Interface Description interfaceExchangeTypeResolver<R extends Request<?>,S extends Response<?>>Abstract class 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.
-