Package cool.scx.web.websocket
Class WebSocketRoutingContext
java.lang.Object
cool.scx.web.websocket.WebSocketRoutingContext
- All Implemented Interfaces:
io.vertx.core.Handler<WebSocketRoute>
- Direct Known Subclasses:
OnCloseRoutingContext,OnExceptionRoutingContext,OnFrameRoutingContext,OnOpenRoutingContext
public abstract class WebSocketRoutingContext
extends Object
implements io.vertx.core.Handler<WebSocketRoute>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Iterator<WebSocketRoute> protected final io.vertx.core.http.ServerWebSocket -
Constructor Summary
ConstructorsConstructorDescriptionWebSocketRoutingContext(io.vertx.core.http.ServerWebSocket webSocket, List<WebSocketRoute> webSocketRoutes) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidnext()queryParam(String query) final io.vertx.core.http.ServerWebSocketMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.Handler
handle
-
Field Details
-
webSocket
protected final io.vertx.core.http.ServerWebSocket webSocket -
iter
-
-
Constructor Details
-
WebSocketRoutingContext
public WebSocketRoutingContext(io.vertx.core.http.ServerWebSocket webSocket, List<WebSocketRoute> webSocketRoutes)
-
-
Method Details
-
webSocket
public final io.vertx.core.http.ServerWebSocket webSocket() -
next
public final void next() -
queryParams
-
queryParam
-