类 OnFrameRoutingContext

java.lang.Object
cool.scx.mvc.websocket.WebSocketRoutingContext
cool.scx.mvc.websocket.OnFrameRoutingContext
所有已实现的接口:
io.vertx.core.Handler<WebSocketRoute>

public class OnFrameRoutingContext extends WebSocketRoutingContext

OnFrameRoutingContext class.

版本:
1.18.1
作者:
scx567888
  • 方法详细资料

    • 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)