Class OnFrameRoutingContext

java.lang.Object
cool.scx.web.websocket.WebSocketRoutingContext
cool.scx.web.websocket.OnFrameRoutingContext
All Implemented Interfaces:
io.vertx.core.Handler<WebSocketRoute>

public class OnFrameRoutingContext extends WebSocketRoutingContext

OnFrameRoutingContext class.

Version:
1.18.1
Author:
scx567888
  • Method Details

    • frame

      public io.vertx.core.http.WebSocketFrame frame()
    • textData

      public String textData()
    • binaryData

      public io.vertx.core.buffer.Buffer binaryData()
    • handle

      public void handle(WebSocketRoute next)