public class io.vertx.core.http.impl.VertxHttpRequestDecoder extends io.netty.handler.codec.http.HttpRequestDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.VertxHttpRequestDecoder
  super_class: io.netty.handler.codec.http.HttpRequestDecoder
{
  public void <init>(io.vertx.core.http.HttpServerOptions);
    descriptor: (Lio/vertx/core/http/HttpServerOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttpRequestDecoder this
        start local 1 // io.vertx.core.http.HttpServerOptions options
         0: .line 24
            aload 0 /* this */
         1: .line 25
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxInitialLineLength:()I
         2: .line 26
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxHeaderSize:()I
         3: .line 27
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpServerOptions.getMaxChunkSize:()I
         4: .line 28
            getstatic io.vertx.core.http.HttpHeaders.DISABLE_HTTP_HEADERS_VALIDATION:Z
            ifeq 5
            iconst_0
            goto 6
      StackMap locals: uninitialized-this io.vertx.core.http.HttpServerOptions
      StackMap stack: uninitialized-this int int int
         5: iconst_1
         6: .line 29
      StackMap locals: uninitialized-this io.vertx.core.http.HttpServerOptions
      StackMap stack: uninitialized-this int int int int
            aload 1 /* options */
            invokevirtual io.vertx.core.http.HttpServerOptions.getDecoderInitialBufferSize:()I
            invokespecial io.netty.handler.codec.http.HttpRequestDecoder.<init>:(IIIZI)V
         7: .line 30
            return
        end local 1 // io.vertx.core.http.HttpServerOptions options
        end local 0 // io.vertx.core.http.impl.VertxHttpRequestDecoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/vertx/core/http/impl/VertxHttpRequestDecoder;
            0    8     1  options  Lio/vertx/core/http/HttpServerOptions;
    MethodParameters:
         Name  Flags
      options  

  protected io.netty.handler.codec.http.HttpMessage createMessage(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.VertxHttpRequestDecoder this
        start local 1 // java.lang.String[] initialLine
         0: .line 34
            new io.netty.handler.codec.http.DefaultHttpRequest
            dup
         1: .line 35
            aload 1 /* initialLine */
            iconst_2
            aaload
            invokestatic io.netty.handler.codec.http.HttpVersion.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpVersion;
         2: .line 36
            aload 1 /* initialLine */
            iconst_0
            aaload
            invokestatic io.netty.handler.codec.http.HttpMethod.valueOf:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpMethod;
         3: .line 37
            aload 1 /* initialLine */
            iconst_1
            aaload
         4: .line 38
            new io.vertx.core.http.impl.headers.VertxHttpHeaders
            dup
            invokespecial io.vertx.core.http.impl.headers.VertxHttpHeaders.<init>:()V
         5: .line 34
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/handler/codec/http/HttpHeaders;)V
            areturn
        end local 1 // java.lang.String[] initialLine
        end local 0 // io.vertx.core.http.impl.VertxHttpRequestDecoder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lio/vertx/core/http/impl/VertxHttpRequestDecoder;
            0    6     1  initialLine  [Ljava/lang/String;
    MethodParameters:
             Name  Flags
      initialLine  
}
SourceFile: "VertxHttpRequestDecoder.java"