Interface WebSocket


  • public interface WebSocket
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()  
      void close​(int statusCode, java.lang.String reason)  
      boolean isOpen()  
      void send​(io.netty.buffer.ByteBuf text)  
      void send​(java.lang.String text)