Interface WebSocket

All Known Implementing Classes:
WebSocketListener

public interface WebSocket
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)
     
  • Method Details

    • sendFrame

      void sendFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame frame)