Uses of Interface
io.helidon.webserver.BareResponse
-
Packages that use BareResponse Package Description io.helidon.webserver Reactive web server API. -
-
Uses of BareResponse in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type BareResponse Modifier and Type Method Description Single<BareResponse>
BareResponse. whenCompleted()
Returns aSingle
of this response.Single<BareResponse>
BareResponse. whenHeadersCompleted()
Returns aSingle
of headers part of this response.Methods in io.helidon.webserver with parameters of type BareResponse Modifier and Type Method Description void
Routing. route(BareRequest bareRequest, BareResponse bareResponse)
Process bare minimal request and response using this routing.
-