类 WebSocketRoutingContext
java.lang.Object
cool.scx.mvc.websocket.WebSocketRoutingContext
- 所有已实现的接口:
io.vertx.core.Handler<WebSocketRoute>
- 直接已知子类:
OnCloseRoutingContext,OnExceptionRoutingContext,OnFrameRoutingContext,OnOpenRoutingContext
public abstract class WebSocketRoutingContext
extends Object
implements io.vertx.core.Handler<WebSocketRoute>
-
字段概要
字段修饰符和类型字段说明protected final Iterator<WebSocketRoute> protected final io.vertx.core.http.ServerWebSocket -
构造器概要
构造器构造器说明WebSocketRoutingContext(io.vertx.core.http.ServerWebSocket webSocket, List<WebSocketRoute> webSocketRoutes) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 io.vertx.core.Handler
handle
-
字段详细资料
-
webSocket
protected final io.vertx.core.http.ServerWebSocket webSocket -
iter
-
-
构造器详细资料
-
WebSocketRoutingContext
public WebSocketRoutingContext(io.vertx.core.http.ServerWebSocket webSocket, List<WebSocketRoute> webSocketRoutes)
-
-
方法详细资料
-
webSocket
public final io.vertx.core.http.ServerWebSocket webSocket() -
next
public final void next() -
queryParams
-
queryParam
-