java.lang.Object
io.helidon.webserver.websocket.WebSocketRouting
- All Implemented Interfaces:
Routing,ServerLifecycle
WebSocket specific routing.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface io.helidon.webserver.Routing
Routing.Rules -
Method Summary
Modifier and TypeMethodDescriptionstatic WebSocketRouting.Builderbuilder()Builder for WebSocket routing.voidroute(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, waitMethods inherited from interface io.helidon.webserver.ServerLifecycle
afterStop, beforeStart
-
Method Details
-
builder
Builder for WebSocket routing.- Returns:
- new builder
-
route
Description copied from interface:RoutingProcess bare minimal request and response using this routing.
-