Uses of Class
org.restheart.exchange.StringResponse
Packages that use StringResponse
-
Uses of StringResponse in org.restheart.exchange
Methods in org.restheart.exchange that return StringResponseModifier and TypeMethodDescriptionstatic StringResponseStringResponse.init(io.undertow.server.HttpServerExchange exchange) static StringResponseStringResponse.of(io.undertow.server.HttpServerExchange exchange) -
Uses of StringResponse in org.restheart.plugins
Methods in org.restheart.plugins that return types with arguments of type StringResponseModifier and TypeMethodDescriptiondefault Function<io.undertow.server.HttpServerExchange, StringResponse> StringService.response()