java.lang.Object
io.helidon.webserver.websocket.WsRouting
- All Implemented Interfaces:
- Routing,- ServerLifecycle
WebSocket specific routing.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionvoidAfter server stop.voidBefore server start.static WsRouting.Builderbuilder()Builder for WebSocket routing.static WsRoutingempty()Empty WebSocket routing.findRoute(HttpPrologue prologue) Find a route based on the provided prologue.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.helidon.webserver.ServerLifecycleafterStart
- 
Method Details- 
routingTypeDescription copied from interface:Routing- Specified by:
- routingTypein interface- Routing
- Returns:
- this routing type
 
- 
builderBuilder for WebSocket routing.- Returns:
- new builder
 
- 
emptyEmpty WebSocket routing.- Returns:
- empty routing
 
- 
beforeStartpublic void beforeStart()Description copied from interface:ServerLifecycleBefore server start.- Specified by:
- beforeStartin interface- ServerLifecycle
 
- 
afterStoppublic void afterStop()Description copied from interface:ServerLifecycleAfter server stop.- Specified by:
- afterStopin interface- ServerLifecycle
 
- 
findRouteFind a route based on the provided prologue.- Parameters:
- prologue- prologue with path and other request information
- Returns:
- found route
 
 
-