public interface io.vertx.core.spi.WebSocketFrameFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.WebSocketFrameFactory
  super_class: java.lang.Object
{
  public abstract io.vertx.core.http.WebSocketFrame binaryFrame(io.vertx.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public abstract io.vertx.core.http.WebSocketFrame textFrame(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      str      
      isFinal  

  public abstract io.vertx.core.http.WebSocketFrame continuationFrame(io.vertx.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public abstract io.vertx.core.http.WebSocketFrame pingFrame(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      data  

  public abstract io.vertx.core.http.WebSocketFrame pongFrame(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      data  
}
SourceFile: "WebSocketFrameFactory.java"