Uses of Class
org.restheart.exchange.ServiceRequest
-
Packages that use ServiceRequest Package Description org.restheart.exchange org.restheart.handlers org.restheart.plugins -
-
Uses of ServiceRequest in org.restheart.exchange
Subclasses of ServiceRequest in org.restheart.exchange Modifier and Type Class Description classBsonRequestServiceRequest implementation backed by BsonValueclassByteArrayRequestclassJsonRequestclassMongoRequestRequest implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requestsMethods in org.restheart.exchange with type parameters of type ServiceRequest Modifier and Type Method Description static <R extends ServiceRequest<?>>
RServiceRequest. of(io.undertow.server.HttpServerExchange exchange, Class<R> type)Methods in org.restheart.exchange that return ServiceRequest Modifier and Type Method Description static ServiceRequest<?>ServiceRequest. of(io.undertow.server.HttpServerExchange exchange) -
Uses of ServiceRequest in org.restheart.handlers
Methods in org.restheart.handlers with type parameters of type ServiceRequest 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 ServiceRequest in org.restheart.plugins
Classes in org.restheart.plugins with type parameters of type ServiceRequest Modifier and Type Interface Description interfaceService<R extends ServiceRequest<?>,S extends ServiceResponse<?>>Interface to implement services
-