Class WebSocketOpcode

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BINARY
      Opcode for "binary frame" (0x2).
      static int CLOSE
      Opcode for "connection close" (0x8).
      static int CONTINUATION
      Opcode for "frame continuation" (0x0).
      static int PING
      Opcode for "ping" (0x9).
      static int PONG
      Opcode for "pong" (0xA).
      static int TEXT
      Opcode for "text frame" (0x1).
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WebSocketOpcode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebSocketOpcode

        private WebSocketOpcode()