Uses of Interface
io.helidon.webserver.BareRequest
Package
Description
Reactive web server API.
WebSocket support for Helidon webserver.
-
Uses of BareRequest in io.helidon.webserver
Modifier 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
Modifier and TypeMethodDescriptionvoid
WebSocketRouting.route
(BareRequest bareRequest, BareResponse bareResponse)