public class io.netty.handler.codec.http.cors.CorsConfig$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.cors.CorsConfig$Builder
  super_class: java.lang.Object
{
  private final io.netty.handler.codec.http.cors.CorsConfigBuilder builder;
    descriptor: Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.String[] origins
         0: .line 298
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 299
            aload 0 /* this */
            new io.netty.handler.codec.http.cors.CorsConfigBuilder
            dup
            aload 1 /* origins */
            invokespecial io.netty.handler.codec.http.cors.CorsConfigBuilder.<init>:([Ljava/lang/String;)V
            putfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
         2: .line 300
            return
        end local 1 // java.lang.String[] origins
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    3     1  origins  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      origins  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 306
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 307
            aload 0 /* this */
            new io.netty.handler.codec.http.cors.CorsConfigBuilder
            dup
            invokespecial io.netty.handler.codec.http.cors.CorsConfigBuilder.<init>:()V
            putfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
         2: .line 308
            return
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig$Builder allowNullOrigin();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 315
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowNullOrigin:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 316
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig$Builder disable();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 324
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.disable:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 325
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig$Builder exposeHeaders(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.String[] headers
         0: .line 333
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* headers */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.exposeHeaders:([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 334
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String[] headers
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1  headers  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      headers  final

  public io.netty.handler.codec.http.cors.CorsConfig$Builder allowCredentials();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 342
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowCredentials:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 343
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig$Builder maxAge(long);
    descriptor: (J)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // long max
         0: .line 351
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            lload 1 /* max */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.maxAge:(J)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 352
            aload 0 /* this */
            areturn
        end local 1 // long max
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1   max  J
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      max   final

  public io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestMethods(io.netty.handler.codec.http.HttpMethod[]);
    descriptor: ([Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // io.netty.handler.codec.http.HttpMethod[] methods
         0: .line 360
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* methods */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowedRequestMethods:([Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 361
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpMethod[] methods
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1  methods  [Lio/netty/handler/codec/http/HttpMethod;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      methods  final

  public io.netty.handler.codec.http.cors.CorsConfig$Builder allowedRequestHeaders(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.String[] headers
         0: .line 369
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* headers */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.allowedRequestHeaders:([Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 370
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String[] headers
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1  headers  [Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      headers  final

  public io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.CharSequence, java.lang.Object[]);
    descriptor: (Ljava/lang/CharSequence;[Ljava/lang/Object;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Object[] values
         0: .line 378
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* name */
            aload 2 /* values */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;[Ljava/lang/Object;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 379
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object[] values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1    name  Ljava/lang/CharSequence;
            0    2     2  values  [Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      name    final
      values  final

  public <T> io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.CharSequence, java.lang.Iterable<T>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable value
         0: .line 387
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 388
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/Iterable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/CharSequence;Ljava/lang/Iterable<TT;>;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
       Name  Flags
      name   final
      value  final

  public <T> io.netty.handler.codec.http.cors.CorsConfig$Builder preflightResponseHeader(java.lang.String, java.util.concurrent.Callable<T>);
    descriptor: (Ljava/lang/String;Ljava/util/concurrent/Callable;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
        start local 1 // java.lang.String name
        start local 2 // java.util.concurrent.Callable valueGenerator
         0: .line 396
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            aload 1 /* name */
            aload 2 /* valueGenerator */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.preflightResponseHeader:(Ljava/lang/CharSequence;Ljava/util/concurrent/Callable;)Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 397
            aload 0 /* this */
            areturn
        end local 2 // java.util.concurrent.Callable valueGenerator
        end local 1 // java.lang.String name
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
            0    2     1            name  Ljava/lang/String;
            0    2     2  valueGenerator  Ljava/util/concurrent/Callable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/util/concurrent/Callable<TT;>;)Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                Name  Flags
      name            final
      valueGenerator  final

  public io.netty.handler.codec.http.cors.CorsConfig$Builder noPreflightResponseHeaders();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 405
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.noPreflightResponseHeaders:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 406
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig build();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 414
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.build:()Lio/netty/handler/codec/http/cors/CorsConfig;
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public io.netty.handler.codec.http.cors.CorsConfig$Builder shortCurcuit();
    descriptor: ()Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
         0: .line 422
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsConfig$Builder.builder:Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfigBuilder.shortCircuit:()Lio/netty/handler/codec/http/cors/CorsConfigBuilder;
            pop
         1: .line 423
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.cors.CorsConfig$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/cors/CorsConfig$Builder;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "CorsConfig.java"
NestHost: io.netty.handler.codec.http.cors.CorsConfig
InnerClasses:
  public Builder = io.netty.handler.codec.http.cors.CorsConfig$Builder of io.netty.handler.codec.http.cors.CorsConfig
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()