class io.vertx.core.http.impl.WebSocketHandshakeInboundHandler extends io.netty.channel.ChannelInboundHandlerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.WebSocketHandshakeInboundHandler
  super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
  private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.headers.HeadersAdaptor>> wsHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/headers/HeadersAdaptor;>;>;

  private final io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker;
    descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.netty.channel.ChannelHandlerContext chctx;
    descriptor: Lio/netty/channel/ChannelHandlerContext;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http.FullHttpResponse response;
    descriptor: Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.headers.HeadersAdaptor>>);
    descriptor: (Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
        start local 1 // io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
        start local 2 // io.vertx.core.Handler wsHandler
         0: .line 62
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 1 /* handshaker */
            putfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
         2: .line 64
            aload 0 /* this */
            aload 2 /* wsHandler */
            putfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.wsHandler:Lio/vertx/core/Handler;
         3: .line 65
            return
        end local 2 // io.vertx.core.Handler wsHandler
        end local 1 // io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker
        end local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
            0    4     1  handshaker  Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
            0    4     2   wsHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/headers/HeadersAdaptor;>;>;
    Signature: (Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/headers/HeadersAdaptor;>;>;)V
    MethodParameters:
            Name  Flags
      handshaker  
      wsHandler   

  public void handlerAdded(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 69
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.handlerAdded:(Lio/netty/channel/ChannelHandlerContext;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* ctx */
            putfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.chctx:Lio/netty/channel/ChannelHandlerContext;
         2: .line 71
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void channelInactive(io.netty.channel.ChannelHandlerContext);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
         0: .line 75
            aload 0 /* this */
            aload 1 /* ctx */
            invokespecial io.netty.channel.ChannelInboundHandlerAdapter.channelInactive:(Lio/netty/channel/ChannelHandlerContext;)V
         1: .line 78
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.wsHandler:Lio/vertx/core/Handler;
            new io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
            dup
            ldc "Connection closed while handshake in process"
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketHandshakeException.<init>:(Ljava/lang/String;)V
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 79
            return
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   

  public void channelRead(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
         0: .line 83
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 4
         1: .line 84
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.HttpResponse
            astore 3 /* resp */
        start local 3 // io.netty.handler.codec.http.HttpResponse resp
         2: .line 85
            aload 0 /* this */
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            aload 3 /* resp */
            invokeinterface io.netty.handler.codec.http.HttpResponse.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            aload 3 /* resp */
            invokeinterface io.netty.handler.codec.http.HttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;)V
            putfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
         3: .line 86
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 3 /* resp */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.add:(Lio/netty/handler/codec/http/HttpHeaders;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
        end local 3 // io.netty.handler.codec.http.HttpResponse resp
         4: .line 88
      StackMap locals:
      StackMap stack:
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpContent
            ifeq 16
         5: .line 89
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
            ifnull 16
         6: .line 90
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.content:()Lio/netty/buffer/ByteBuf;
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.HttpContent
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.writeBytes:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 91
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.LastHttpContent
            ifeq 16
         8: .line 92
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.LastHttpContent
            invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.add:(Lio/netty/handler/codec/http/HttpHeaders;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         9: .line 93
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            astore 3 /* pipeline */
        start local 3 // io.netty.channel.ChannelPipeline pipeline
        10: .line 94
            aload 3 /* pipeline */
            aload 0 /* this */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        11: .line 95
            aload 3 /* pipeline */
            ldc Lio/netty/handler/codec/http/HttpContentDecompressor;
            invokeinterface io.netty.channel.ChannelPipeline.get:(Ljava/lang/Class;)Lio/netty/channel/ChannelHandler;
            astore 4 /* handler */
        start local 4 // io.netty.channel.ChannelHandler handler
        12: .line 96
            aload 4 /* handler */
            ifnull 14
        13: .line 98
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
            aload 4 /* handler */
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
        14: .line 100
      StackMap locals: io.netty.channel.ChannelPipeline io.netty.channel.ChannelHandler
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.response:Lio/netty/handler/codec/http/FullHttpResponse;
            invokevirtual io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.handshakeComplete:(Lio/netty/handler/codec/http/FullHttpResponse;)Lio/vertx/core/Future;
            astore 5 /* fut */
        start local 5 // io.vertx.core.Future fut
        15: .line 101
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.wsHandler:Lio/vertx/core/Handler;
            aload 5 /* fut */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 5 // io.vertx.core.Future fut
        end local 4 // io.netty.channel.ChannelHandler handler
        end local 3 // io.netty.channel.ChannelPipeline pipeline
        16: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
            0   17     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0   17     2       msg  Ljava/lang/Object;
            2    4     3      resp  Lio/netty/handler/codec/http/HttpResponse;
           10   16     3  pipeline  Lio/netty/channel/ChannelPipeline;
           12   16     4   handler  Lio/netty/channel/ChannelHandler;
           15   16     5       fut  Lio/vertx/core/Future<Lio/vertx/core/http/impl/headers/HeadersAdaptor;>;
    MethodParameters:
      Name  Flags
      ctx   
      msg   

  private io.vertx.core.Future<io.vertx.core.http.impl.headers.HeadersAdaptor> handshakeComplete(io.netty.handler.codec.http.FullHttpResponse);
    descriptor: (Lio/netty/handler/codec/http/FullHttpResponse;)Lio/vertx/core/Future;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
        start local 1 // io.netty.handler.codec.http.FullHttpResponse response
         0: .line 108
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            invokevirtual io.netty.handler.codec.http.HttpResponseStatus.code:()I
            istore 2 /* sc */
        start local 2 // int sc
         1: .line 109
            iload 2 /* sc */
            bipush 101
            if_icmpeq 4
         2: .line 110
            new io.vertx.core.http.UpgradeRejectedException
            dup
            new java.lang.StringBuilder
            dup
            ldc "WebSocket connection attempt returned HTTP status code "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 2 /* sc */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            iload 2 /* sc */
            invokespecial io.vertx.core.http.UpgradeRejectedException.<init>:(Ljava/lang/String;I)V
            astore 3 /* failure */
        start local 3 // io.vertx.core.http.UpgradeRejectedException failure
         3: .line 111
            aload 3 /* failure */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 3 // io.vertx.core.http.UpgradeRejectedException failure
         4: .line 114
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.handshaker:Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.WebSocketHandshakeInboundHandler.chctx:Lio/netty/channel/ChannelHandlerContext;
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            aload 1 /* response */
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker.finishHandshake:(Lio/netty/channel/Channel;Lio/netty/handler/codec/http/FullHttpResponse;)V
         5: .line 115
            new io.vertx.core.http.impl.headers.HeadersAdaptor
            dup
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            invokespecial io.vertx.core.http.impl.headers.HeadersAdaptor.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
         6: areturn
         7: .line 116
      StackMap locals:
      StackMap stack: io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
            astore 3 /* e */
        start local 3 // io.netty.handler.codec.http.websocketx.WebSocketHandshakeException e
         8: .line 117
            aload 3 /* e */
            invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
            areturn
        end local 3 // io.netty.handler.codec.http.websocketx.WebSocketHandshakeException e
        end local 2 // int sc
        end local 1 // io.netty.handler.codec.http.FullHttpResponse response
        end local 0 // io.vertx.core.http.impl.WebSocketHandshakeInboundHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lio/vertx/core/http/impl/WebSocketHandshakeInboundHandler;
            0    9     1  response  Lio/netty/handler/codec/http/FullHttpResponse;
            1    9     2        sc  I
            3    4     3   failure  Lio/vertx/core/http/UpgradeRejectedException;
            8    9     3         e  Lio/netty/handler/codec/http/websocketx/WebSocketHandshakeException;
      Exception table:
        from    to  target  type
           4     6       7  Class io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
    Signature: (Lio/netty/handler/codec/http/FullHttpResponse;)Lio/vertx/core/Future<Lio/vertx/core/http/impl/headers/HeadersAdaptor;>;
    MethodParameters:
          Name  Flags
      response  

  static io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker newHandshaker(java.net.URI, io.netty.handler.codec.http.websocketx.WebSocketVersion, java.lang.String, boolean, io.netty.handler.codec.http.HttpHeaders, int, boolean);
    descriptor: (Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZ)Lio/netty/handler/codec/http/websocketx/WebSocketClientHandshaker;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=13, locals=8, args_size=7
        start local 0 // java.net.URI webSocketURL
        start local 1 // io.netty.handler.codec.http.websocketx.WebSocketVersion version
        start local 2 // java.lang.String subprotocol
        start local 3 // boolean allowExtensions
        start local 4 // io.netty.handler.codec.http.HttpHeaders customHeaders
        start local 5 // int maxFramePayloadLength
        start local 6 // boolean performMasking
         0: .line 130
            invokestatic io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.newBuilder:()Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         1: .line 131
            iconst_0
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.expectMaskedFrames:(Z)Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         2: .line 132
            iload 3 /* allowExtensions */
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.allowExtensions:(Z)Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         3: .line 133
            iload 5 /* maxFramePayloadLength */
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.maxFramePayloadLength:(I)Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         4: .line 134
            iconst_0
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.allowMaskMismatch:(Z)Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         5: .line 135
            iconst_0
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.closeOnProtocolViolation:(Z)Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig$Builder;
         6: .line 136
            invokevirtual io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder.build:()Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig;
         7: .line 130
            astore 7 /* config */
        start local 7 // io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig config
         8: .line 137
            aload 1 /* version */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            if_acmpne 13
         9: .line 138
            new io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$1
            dup
        10: .line 139
            aload 0 /* webSocketURL */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            aload 2 /* subprotocol */
            iload 3 /* allowExtensions */
            aload 4 /* customHeaders */
        11: .line 140
            iload 5 /* maxFramePayloadLength */
            iload 6 /* performMasking */
            iconst_0
            ldc -1
        12: .line 138
            aload 7 /* config */
            invokespecial io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$1.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZJLio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig;)V
            areturn
        13: .line 147
      StackMap locals: io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
      StackMap stack:
            aload 1 /* version */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V08:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            if_acmpne 18
        14: .line 148
            new io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$2
            dup
        15: .line 149
            aload 0 /* webSocketURL */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V08:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            aload 2 /* subprotocol */
            iload 3 /* allowExtensions */
            aload 4 /* customHeaders */
        16: .line 150
            iload 5 /* maxFramePayloadLength */
            iload 6 /* performMasking */
            iconst_0
            ldc -1
        17: .line 148
            aload 7 /* config */
            invokespecial io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$2.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZJLio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig;)V
            areturn
        18: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* version */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V07:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            if_acmpne 23
        19: .line 158
            new io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$3
            dup
        20: .line 159
            aload 0 /* webSocketURL */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V07:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            aload 2 /* subprotocol */
            iload 3 /* allowExtensions */
            aload 4 /* customHeaders */
        21: .line 160
            iload 5 /* maxFramePayloadLength */
            iload 6 /* performMasking */
            iconst_0
            ldc -1
        22: .line 158
            aload 7 /* config */
            invokespecial io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$3.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;ZLio/netty/handler/codec/http/HttpHeaders;IZZJLio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig;)V
            areturn
        23: .line 167
      StackMap locals:
      StackMap stack:
            aload 1 /* version */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            if_acmpne 27
        24: .line 168
            new io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
            dup
        25: .line 169
            aload 0 /* webSocketURL */
            getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            aload 2 /* subprotocol */
            aload 4 /* customHeaders */
            iload 5 /* maxFramePayloadLength */
            ldc -1
        26: .line 168
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00.<init>:(Ljava/net/URI;Lio/netty/handler/codec/http/websocketx/WebSocketVersion;Ljava/lang/String;Lio/netty/handler/codec/http/HttpHeaders;IJ)V
            areturn
        27: .line 172
      StackMap locals:
      StackMap stack:
            new io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Protocol version "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* version */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " not supported."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketHandshakeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 7 // io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig config
        end local 6 // boolean performMasking
        end local 5 // int maxFramePayloadLength
        end local 4 // io.netty.handler.codec.http.HttpHeaders customHeaders
        end local 3 // boolean allowExtensions
        end local 2 // java.lang.String subprotocol
        end local 1 // io.netty.handler.codec.http.websocketx.WebSocketVersion version
        end local 0 // java.net.URI webSocketURL
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   28     0           webSocketURL  Ljava/net/URI;
            0   28     1                version  Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
            0   28     2            subprotocol  Ljava/lang/String;
            0   28     3        allowExtensions  Z
            0   28     4          customHeaders  Lio/netty/handler/codec/http/HttpHeaders;
            0   28     5  maxFramePayloadLength  I
            0   28     6         performMasking  Z
            8   28     7                 config  Lio/netty/handler/codec/http/websocketx/WebSocketDecoderConfig;
    MethodParameters:
                       Name  Flags
      webSocketURL           
      version                
      subprotocol            
      allowExtensions        
      customHeaders          
      maxFramePayloadLength  
      performMasking         
}
SourceFile: "WebSocketHandshakeInboundHandler.java"
NestMembers:
  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$1  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$2  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$3
InnerClasses:
  public final Builder = io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig$Builder of io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$1
  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$2
  io.vertx.core.http.impl.WebSocketHandshakeInboundHandler$3