Class WebSocketOpcode

java.lang.Object
com.neovisionaries.ws.client.WebSocketOpcode

public class WebSocketOpcode extends Object
Opcode.
See Also:
  • Field Summary

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

    Constructors
    Modifier
    Constructor
    Description
    private
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WebSocketOpcode

      private WebSocketOpcode()