Uses of Class
cool.scx.web.websocket.WebSocketRoute
Packages that use WebSocketRoute
-
Uses of WebSocketRoute in cool.scx.web
Methods in cool.scx.web that return WebSocketRouteModifier and TypeMethodDescriptionstatic WebSocketRouteWebSocketRouteRegistrar.createWebSocketRoute(BaseWebSocketHandler o) -
Uses of WebSocketRoute in cool.scx.web.websocket
Fields in cool.scx.web.websocket with type parameters of type WebSocketRouteModifier and TypeFieldDescriptionprotected final Iterator<WebSocketRoute> WebSocketRoutingContext.iterMethods in cool.scx.web.websocket that return types with arguments of type WebSocketRouteMethods in cool.scx.web.websocket with parameters of type WebSocketRouteModifier and TypeMethodDescriptionWebSocketRouter.addRoute(WebSocketRoute scxRoute) 添加一个路由voidOnCloseRoutingContext.handle(WebSocketRoute next) voidOnExceptionRoutingContext.handle(WebSocketRoute next) voidOnFrameRoutingContext.handle(WebSocketRoute next) voidOnOpenRoutingContext.handle(WebSocketRoute next) Constructor parameters in cool.scx.web.websocket with type arguments of type WebSocketRouteModifierConstructorDescriptionWebSocketRoutingContext(io.vertx.core.http.ServerWebSocket webSocket, List<WebSocketRoute> webSocketRoutes)