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