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 Details

    • webSocket

      protected final io.vertx.core.http.ServerWebSocket webSocket
    • iter

      protected final Iterator<WebSocketRoute> 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

      public MultiMap<String,String> queryParams()
    • queryParam

      public List<String> queryParam(String query)