Uses of Class
org.restheart.exchange.BsonRequest
-
Packages that use BsonRequest Package Description org.restheart.exchange org.restheart.plugins -
-
Uses of BsonRequest in org.restheart.exchange
Subclasses of BsonRequest in org.restheart.exchange Modifier and Type Class Description classMongoRequestRequest 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 BsonRequest Modifier and Type Method Description static 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 BsonRequest Modifier and Type Method Description default Function<io.undertow.server.HttpServerExchange,BsonRequest>BsonService. request()
-