Uses of Class
org.restheart.exchange.ServiceResponse
-
Packages that use ServiceResponse Package Description org.restheart.exchange org.restheart.handlers org.restheart.plugins -
-
Uses of ServiceResponse in org.restheart.exchange
Subclasses of ServiceResponse in org.restheart.exchange Modifier and Type Class Description classBsonResponseServiceResponse implementation backed by BsonValueclassByteArrayResponseclassJsonResponseclassMongoResponseResponse implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseMethods in org.restheart.exchange with type parameters of type ServiceResponse Modifier and Type Method Description static <R extends ServiceResponse<?>>
RServiceResponse. of(io.undertow.server.HttpServerExchange exchange, Class<R> type)Methods in org.restheart.exchange that return ServiceResponse Modifier and Type Method Description static 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 ServiceResponse Modifier and Type Method Description static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler. wrap(PipelinedHandler next, Service<R,S> service)static <R extends ServiceRequest<?>,S extends ServiceResponse<?>>
PipelinedWrappingHandlerPipelinedWrappingHandler. wrap(Service<R,S> service) -
Uses of ServiceResponse in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type ServiceResponse Modifier and Type Interface Description interfaceService<R extends ServiceRequest<?>,S extends ServiceResponse<?>>Interface to implement services
-