DataFrame.this

Construct new DataFrame based on headers of provided frame, overriding for continuations if needed. <p> Useful for when working in extensions and a new frame needs to be created.

@param basedOn the frame this one is based on @param continuation true if this is a continuation frame

  1. this(byte opcode)
  2. this(WebSocketFrame basedOn)
  3. this(WebSocketFrame basedOn, bool continuation)
    class DataFrame

Meta