Uses of Class
org.restheart.exchange.ByteArrayResponse
Packages that use ByteArrayResponse
-
Uses of ByteArrayResponse in org.restheart.exchange
Methods in org.restheart.exchange that return ByteArrayResponseModifier and TypeMethodDescriptionstatic 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 ByteArrayResponseModifier and TypeMethodDescriptiondefault Function<io.undertow.server.HttpServerExchange, ByteArrayResponse> ByteArrayService.response()