java.lang.Object
io.helidon.webserver.websocket.WebSocketRouting
- All Implemented Interfaces:
Routing
,ServerLifecycle
WebSocket specific routing.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.webserver.Routing
Routing.Rules
-
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketRouting.Builder
builder()
Builder for WebSocket routing.void
route
(BareRequest bareRequest, BareResponse bareResponse) Process bare minimal request and response using this routing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.helidon.webserver.ServerLifecycle
afterStop, beforeStart
-
Method Details
-
builder
Builder for WebSocket routing.- Returns:
- new builder
-
route
Description copied from interface:Routing
Process bare minimal request and response using this routing.
-