public interface io.vertx.core.http.impl.WebSocketInternal extends io.vertx.core.http.WebSocketBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.WebSocketInternal
  super_class: java.lang.Object
{
  public abstract io.netty.channel.ChannelHandlerContext channelHandlerContext();
    descriptor: ()Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.core.http.HttpConnection connection();
    descriptor: ()Lio/vertx/core/http/HttpConnection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WebSocketInternal.java"