Uses of Interface
io.helidon.webserver.BareRequest
Packages that use BareRequest
Package
Description
Reactive web server API.
WebSocket support for Helidon webserver.
-
Uses of BareRequest in io.helidon.webserver
Methods in io.helidon.webserver with parameters of type BareRequestModifier and TypeMethodDescriptionvoid
Routing.route
(BareRequest bareRequest, BareResponse bareResponse) Process bare minimal request and response using this routing. -
Uses of BareRequest in io.helidon.webserver.websocket
Methods in io.helidon.webserver.websocket with parameters of type BareRequestModifier and TypeMethodDescriptionvoid
WebSocketRouting.route
(BareRequest bareRequest, BareResponse bareResponse)