Class ControlFrame

java.lang.Object
org.java_websocket.framing.FramedataImpl1
org.java_websocket.framing.ControlFrame
All Implemented Interfaces:
Framedata
Direct Known Subclasses:
CloseFrame, PingFrame, PongFrame

public abstract class ControlFrame extends FramedataImpl1
Abstract class to represent control frames
  • Constructor Details

    • ControlFrame

      public ControlFrame(Opcode opcode)
      Class to represent a control frame
      Parameters:
      opcode - the opcode to use
  • Method Details