abstract class io.vertx.core.http.impl.Http1xConnectionBase<S extends io.vertx.core.http.impl.WebSocketImplBase<S>> extends io.vertx.core.net.impl.ConnectionBase implements io.vertx.core.http.HttpConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.Http1xConnectionBase
  super_class: io.vertx.core.net.impl.ConnectionBase
{
  protected S webSocket;
    descriptor: Lio/vertx/core/http/impl/WebSocketImplBase;
    flags: (0x0004) ACC_PROTECTED
    Signature: TS;

  void <init>(io.vertx.core.impl.ContextInternal, io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.impl.ContextInternal context
        start local 2 // io.netty.channel.ChannelHandlerContext chctx
         0: .line 39
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* chctx */
            invokespecial io.vertx.core.net.impl.ConnectionBase.<init>:(Lio/vertx/core/impl/ContextInternal;Lio/netty/channel/ChannelHandlerContext;)V
         1: .line 40
            return
        end local 2 // io.netty.channel.ChannelHandlerContext chctx
        end local 1 // io.vertx.core.impl.ContextInternal context
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    2     1  context  Lio/vertx/core/impl/ContextInternal;
            0    2     2    chctx  Lio/netty/channel/ChannelHandlerContext;
    MethodParameters:
         Name  Flags
      context  
      chctx    

  void handleWsFrame(io.netty.handler.codec.http.websocketx.WebSocketFrame);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.netty.handler.codec.http.websocketx.WebSocketFrame msg
         0: .line 44
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 45
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xConnectionBase.webSocket:Lio/vertx/core/http/impl/WebSocketImplBase;
            astore 2 /* w */
        start local 2 // io.vertx.core.http.impl.WebSocketImplBase w
         2: .line 44
            aload 3
            monitorexit
         3: goto 6
        end local 2 // io.vertx.core.http.impl.WebSocketImplBase w
      StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.netty.handler.codec.http.websocketx.WebSocketFrame top io.vertx.core.http.impl.Http1xConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
        start local 2 // io.vertx.core.http.impl.WebSocketImplBase w
         6: .line 47
      StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.netty.handler.codec.http.websocketx.WebSocketFrame io.vertx.core.http.impl.WebSocketImplBase
      StackMap stack:
            aload 2 /* w */
            ifnull 8
         7: .line 48
            aload 2 /* w */
            getfield io.vertx.core.http.impl.WebSocketImplBase.context:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* msg */
            aload 2 /* w */
            dup
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            pop
            invokedynamic handle(Lio/vertx/core/http/impl/WebSocketImplBase;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/WebSocketImplBase.handleFrame(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V (5)
                  (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)V
            invokeinterface io.vertx.core.impl.ContextInternal.execute:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         8: .line 50
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.impl.WebSocketImplBase w
        end local 1 // io.netty.handler.codec.http.websocketx.WebSocketFrame msg
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    9     1   msg  Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            2    4     2     w  Lio/vertx/core/http/impl/WebSocketImplBase<*>;
            6    9     2     w  Lio/vertx/core/http/impl/WebSocketImplBase<*>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
      Name  Flags
      msg   

  public io.vertx.core.Future<java.lang.Void> close();
    descriptor: ()Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
         0: .line 55
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 56
            aload 0 /* this */
            getfield io.vertx.core.http.impl.Http1xConnectionBase.webSocket:Lio/vertx/core/http/impl/WebSocketImplBase;
            astore 1 /* sock */
        start local 1 // io.vertx.core.http.impl.WebSocketImplBase sock
         2: .line 55
            aload 2
            monitorexit
         3: goto 6
        end local 1 // io.vertx.core.http.impl.WebSocketImplBase sock
      StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase top io.vertx.core.http.impl.Http1xConnectionBase
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
        start local 1 // io.vertx.core.http.impl.WebSocketImplBase sock
         6: .line 58
      StackMap locals: io.vertx.core.http.impl.Http1xConnectionBase io.vertx.core.http.impl.WebSocketImplBase
      StackMap stack:
            aload 1 /* sock */
            ifnonnull 8
         7: .line 59
            aload 0 /* this */
            invokespecial io.vertx.core.net.impl.ConnectionBase.close:()Lio/vertx/core/Future;
            areturn
         8: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* sock */
            invokevirtual io.vertx.core.http.impl.WebSocketImplBase.close:()Lio/vertx/core/Future;
            pop
         9: .line 62
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.closeFuture:()Lio/vertx/core/Future;
            areturn
        end local 1 // io.vertx.core.http.impl.WebSocketImplBase sock
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            2    4     1  sock  TS;
            6   10     1  sock  TS;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: ()Lio/vertx/core/Future<Ljava/lang/Void;>;

  public io.vertx.core.http.impl.Http1xConnectionBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 68
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.net.impl.ConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
            checkcast io.vertx.core.http.impl.Http1xConnectionBase
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/impl/Http1xConnectionBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.impl.Http1xConnectionBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 73
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.core.net.impl.ConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
            checkcast io.vertx.core.http.impl.Http1xConnectionBase
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/http/impl/Http1xConnectionBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpConnection goAway(long, int, io.vertx.core.buffer.Buffer);
    descriptor: (JILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // long errorCode
        start local 3 // int lastStreamId
        start local 4 // io.vertx.core.buffer.Buffer debugData
         0: .line 78
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support GOAWAY"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // io.vertx.core.buffer.Buffer debugData
        end local 3 // int lastStreamId
        end local 1 // long errorCode
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1     errorCode  J
            0    1     3  lastStreamId  I
            0    1     4     debugData  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
              Name  Flags
      errorCode     
      lastStreamId  
      debugData     

  public io.vertx.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 83
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support GOAWAY"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/GoAway;>;)Lio/vertx/core/http/HttpConnection;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 88
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support GOAWAY"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/http/HttpConnection;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public void shutdown(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // long timeout
        start local 3 // io.vertx.core.Handler handler
         0: .line 93
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support GOAWAY"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // io.vertx.core.Handler handler
        end local 1 // long timeout
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  timeout  J
            0    1     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      timeout  
      handler  

  public io.vertx.core.Future<java.lang.Void> shutdown(long);
    descriptor: (J)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // long timeoutMs
         0: .line 98
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support GOAWAY"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // long timeoutMs
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  timeoutMs  J
    Signature: (J)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
           Name  Flags
      timeoutMs  

  public io.vertx.core.http.Http2Settings settings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
         0: .line 103
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support SETTINGS"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;

  public io.vertx.core.Future<java.lang.Void> updateSettings(io.vertx.core.http.Http2Settings);
    descriptor: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.http.Http2Settings settings
         0: .line 108
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support SETTINGS"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  settings  Lio/vertx/core/http/Http2Settings;
    Signature: (Lio/vertx/core/http/Http2Settings;)Lio/vertx/core/Future<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      settings  

  public io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.http.Http2Settings settings
        start local 2 // io.vertx.core.Handler completionHandler
         0: .line 113
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support SETTINGS"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.core.Handler completionHandler
        end local 1 // io.vertx.core.http.Http2Settings settings
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1           settings  Lio/vertx/core/http/Http2Settings;
            0    1     2  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/http/Http2Settings;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
                   Name  Flags
      settings           
      completionHandler  

  public io.vertx.core.http.Http2Settings remoteSettings();
    descriptor: ()Lio/vertx/core/http/Http2Settings;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
         0: .line 118
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support SETTINGS"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;

  public io.vertx.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 123
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support SETTINGS"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/Http2Settings;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpConnection ping(io.vertx.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>>);
    descriptor: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler pongHandler
         0: .line 128
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support PING"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // io.vertx.core.Handler pongHandler
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1         data  Lio/vertx/core/buffer/Buffer;
            0    1     2  pongHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;
    Signature: (Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/buffer/Buffer;>;>;)Lio/vertx/core/http/HttpConnection;
    MethodParameters:
             Name  Flags
      data         
      pongHandler  

  public io.vertx.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.Handler handler
         0: .line 133
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support PING"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/core/http/HttpConnection;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.Future<io.vertx.core.buffer.Buffer> ping(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 138
            new java.lang.UnsupportedOperationException
            dup
            ldc "HTTP/1.x connections don't support PING"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    1     1  data  Lio/vertx/core/buffer/Buffer;
    Signature: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/Future<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
      Name  Flags
      data  

  protected void reportsBytesWritten(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // java.lang.Object msg
         0: .line 143
            aload 1 /* msg */
            invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Ljava/lang/Object;)J
            lstore 2 /* size */
        start local 2 // long size
         1: .line 144
            aload 0 /* this */
            lload 2 /* size */
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesWritten:(J)V
         2: .line 145
            return
        end local 2 // long size
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    3     1   msg  Ljava/lang/Object;
            1    3     2  size  J
    MethodParameters:
      Name  Flags
      msg   

  protected void reportBytesRead(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
        start local 1 // java.lang.Object msg
         0: .line 149
            aload 1 /* msg */
            invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Ljava/lang/Object;)J
            lstore 2 /* size */
        start local 2 // long size
         1: .line 150
            aload 0 /* this */
            lload 2 /* size */
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.reportBytesRead:(J)V
         2: .line 151
            return
        end local 2 // long size
        end local 1 // java.lang.Object msg
        end local 0 // io.vertx.core.http.impl.Http1xConnectionBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/Http1xConnectionBase<TS;>;
            0    3     1   msg  Ljava/lang/Object;
            1    3     2  size  J
    MethodParameters:
      Name  Flags
      msg   

  static long sizeOf(io.netty.handler.codec.http.websocketx.WebSocketFrame);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.WebSocketFrame obj
         0: .line 154
            aload 0 /* obj */
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketFrame.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            lreturn
        end local 0 // io.netty.handler.codec.http.websocketx.WebSocketFrame obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    MethodParameters:
      Name  Flags
      obj   

  static long sizeOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)J
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 158
            aload 0 /* obj */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 2
         1: .line 159
            aload 0 /* obj */
            checkcast io.vertx.core.buffer.Buffer
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            lreturn
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof io.netty.buffer.ByteBuf
            ifeq 4
         3: .line 161
            aload 0 /* obj */
            checkcast io.netty.buffer.ByteBuf
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            lreturn
         4: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 6
         5: .line 163
            aload 0 /* obj */
            checkcast io.netty.handler.codec.http.HttpContent
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            i2l
            lreturn
         6: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof io.netty.handler.codec.http.websocketx.WebSocketFrame
            ifeq 8
         7: .line 165
            aload 0 /* obj */
            checkcast io.netty.handler.codec.http.websocketx.WebSocketFrame
            invokestatic io.vertx.core.http.impl.Http1xConnectionBase.sizeOf:(Lio/netty/handler/codec/http/websocketx/WebSocketFrame;)J
            lreturn
         8: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof io.netty.channel.FileRegion
            ifeq 10
         9: .line 167
            aload 0 /* obj */
            checkcast io.netty.channel.FileRegion
            invokeinterface io.netty.channel.FileRegion.count:()J
            lreturn
        10: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* obj */
            instanceof io.netty.handler.stream.ChunkedFile
            ifeq 13
        11: .line 169
            aload 0 /* obj */
            checkcast io.netty.handler.stream.ChunkedFile
            astore 1 /* file */
        start local 1 // io.netty.handler.stream.ChunkedFile file
        12: .line 170
            aload 1 /* file */
            invokevirtual io.netty.handler.stream.ChunkedFile.endOffset:()J
            aload 1 /* file */
            invokevirtual io.netty.handler.stream.ChunkedFile.startOffset:()J
            lsub
            lreturn
        end local 1 // io.netty.handler.stream.ChunkedFile file
        13: .line 172
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0   obj  Ljava/lang/Object;
           12   13     1  file  Lio/netty/handler/stream/ChunkedFile;
    MethodParameters:
      Name  Flags
      obj   

  public io.vertx.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.impl.ConnectionBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.HttpConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.net.impl.ConnectionBase closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/net/impl/ConnectionBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.Http1xConnectionBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/impl/Http1xConnectionBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <S:Lio/vertx/core/http/impl/WebSocketImplBase<TS;>;>Lio/vertx/core/net/impl/ConnectionBase;Lio/vertx/core/http/HttpConnection;
SourceFile: "Http1xConnectionBase.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles