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