Uses of Class
org.restheart.exchange.JsonRequest
-
Packages that use JsonRequest Package Description org.restheart.exchange org.restheart.plugins -
-
Uses of JsonRequest in org.restheart.exchange
Methods in org.restheart.exchange that return JsonRequest Modifier and Type Method Description static JsonRequestJsonRequest. init(io.undertow.server.HttpServerExchange exchange)static JsonRequestJsonRequest. of(io.undertow.server.HttpServerExchange exchange) -
Uses of JsonRequest in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type JsonRequest Modifier and Type Method Description default Function<io.undertow.server.HttpServerExchange,JsonRequest>JsonService. request()
-