Interface HttpServer.WebSocketRegistry
- Enclosing class:
HttpServer
public static interface HttpServer.WebSocketRegistry
What a
HttpServer.WebSocketRoutes callback puts its endpoints into.-
Method Summary
Modifier and TypeMethodDescriptionvoidfallback(HttpServer.WebSocketHandler router) Consulted for any upgraderoute(String, WebSocket)did not claim.voidServespathwithendpoint.
-
Method Details
-
route
-
fallback
Consulted for any upgraderoute(String, WebSocket)did not claim.
-