Uses of Interface
io.helidon.webserver.BareResponse
Packages that use BareResponse
Package
Description
Reactive web server API.
WebSocket support for Helidon webserver.
-
Uses of BareResponse in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type BareResponseModifier and TypeMethodDescriptionBareResponse.whenCompleted()
Returns aSingle
of this response.BareResponse.whenHeadersCompleted()
Returns aSingle
of headers part of this response.Methods in io.helidon.webserver with parameters of type BareResponseModifier and TypeMethodDescriptionvoid
Routing.route
(BareRequest bareRequest, BareResponse bareResponse) Process bare minimal request and response using this routing. -
Uses of BareResponse in io.helidon.webserver.websocket
Methods in io.helidon.webserver.websocket with parameters of type BareResponseModifier and TypeMethodDescriptionvoid
WebSocketRouting.route
(BareRequest bareRequest, BareResponse bareResponse)