Uses of Class
org.restheart.exchange.BsonRequest
Packages that use BsonRequest
-
Uses of BsonRequest in org.restheart.exchange
Subclasses of BsonRequest in org.restheart.exchangeModifier and TypeClassDescriptionclassRequest 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 that return BsonRequestModifier and TypeMethodDescriptionstatic BsonRequestBsonRequest.init(io.undertow.server.HttpServerExchange exchange) static BsonRequestBsonRequest.of(io.undertow.server.HttpServerExchange exchange) -
Uses of BsonRequest in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type BsonRequestModifier and TypeMethodDescriptiondefault Function<io.undertow.server.HttpServerExchange, BsonRequest> BsonService.request()