public class io.netty.handler.codec.http.cors.CorsHandler extends io.netty.channel.ChannelDuplexHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.cors.CorsHandler
  super_class: io.netty.channel.ChannelDuplexHandler
{
  private static final io.netty.util.internal.logging.InternalLogger logger;
    descriptor: Lio/netty/util/internal/logging/InternalLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String ANY_ORIGIN;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "*"

  private static final java.lang.String NULL_ORIGIN;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "null"

  private io.netty.handler.codec.http.cors.CorsConfig config;
    descriptor: Lio/netty/handler/codec/http/cors/CorsConfig;
    flags: (0x0002) ACC_PRIVATE

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

  private final java.util.List<io.netty.handler.codec.http.cors.CorsConfig> configList;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lio/netty/handler/codec/http/cors/CorsConfig;>;

  private boolean isShortCircuit;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 51
            ldc Lio/netty/handler/codec/http/cors/CorsHandler;
            invokestatic io.netty.util.internal.logging.InternalLoggerFactory.getInstance:(Ljava/lang/Class;)Lio/netty/util/internal/logging/InternalLogger;
            putstatic io.netty.handler.codec.http.cors.CorsHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
         1: .line 53
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.netty.handler.codec.http.cors.CorsConfig);
    descriptor: (Lio/netty/handler/codec/http/cors/CorsConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.cors.CorsConfig config
         0: .line 64
            aload 0 /* this */
            aload 1 /* config */
            ldc "config"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.cors.CorsConfig
            invokestatic java.util.Collections.singletonList:(Ljava/lang/Object;)Ljava/util/List;
            aload 1 /* config */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isShortCircuit:()Z
            invokespecial io.netty.handler.codec.http.cors.CorsHandler.<init>:(Ljava/util/List;Z)V
         1: .line 65
            return
        end local 1 // io.netty.handler.codec.http.cors.CorsConfig config
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  config  Lio/netty/handler/codec/http/cors/CorsConfig;
    MethodParameters:
        Name  Flags
      config  final

  public void <init>(java.util.List<io.netty.handler.codec.http.cors.CorsConfig>, );
    descriptor: (Ljava/util/List;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // java.util.List configList
        start local 2 // boolean isShortCircuit
         0: .line 74
            aload 0 /* this */
            invokespecial io.netty.channel.ChannelDuplexHandler.<init>:()V
         1: .line 75
            aload 1 /* configList */
            ldc "configList"
            invokestatic io.netty.util.internal.ObjectUtil.checkNonEmpty:(Ljava/util/Collection;Ljava/lang/String;)Ljava/util/Collection;
            pop
         2: .line 76
            aload 0 /* this */
            aload 1 /* configList */
            putfield io.netty.handler.codec.http.cors.CorsHandler.configList:Ljava/util/List;
         3: .line 77
            aload 0 /* this */
            iload 2 /* isShortCircuit */
            putfield io.netty.handler.codec.http.cors.CorsHandler.isShortCircuit:Z
         4: .line 78
            return
        end local 2 // boolean isShortCircuit
        end local 1 // java.util.List configList
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    5     1      configList  Ljava/util/List<Lio/netty/handler/codec/http/cors/CorsConfig;>;
            0    5     2  isShortCircuit  Z
    Signature: (Ljava/util/List<Lio/netty/handler/codec/http/cors/CorsConfig;>;Z)V
    MethodParameters:
                Name  Flags
      configList      final
      isShortCircuit  

  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=3, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
         0: .line 82
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpRequest
            ifeq 10
         1: .line 83
            aload 0 /* this */
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.HttpRequest
            putfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
         2: .line 84
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 3 /* origin */
        start local 3 // java.lang.String origin
         3: .line 85
            aload 0 /* this */
            aload 0 /* this */
            aload 3 /* origin */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.getForOrigin:(Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig;
            putfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
         4: .line 86
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.isPreflightRequest:(Lio/netty/handler/codec/http/HttpRequest;)Z
            ifeq 7
         5: .line 87
            aload 0 /* this */
            aload 1 /* ctx */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.handlePreflight:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;)V
         6: .line 88
            return
         7: .line 90
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.isShortCircuit:Z
            ifeq 10
            aload 3 /* origin */
            ifnull 10
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            ifnonnull 10
         8: .line 91
            aload 1 /* ctx */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.forbidden:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;)V
         9: .line 92
            return
        end local 3 // java.lang.String origin
        10: .line 95
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* msg */
            invokeinterface io.netty.channel.ChannelHandlerContext.fireChannelRead:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
            pop
        11: .line 96
            return
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0   12     1     ctx  Lio/netty/channel/ChannelHandlerContext;
            0   12     2     msg  Ljava/lang/Object;
            3   10     3  origin  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   final
      msg   final

  private void handlePreflight(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.http.HttpRequest request
         0: .line 99
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            aload 2 /* request */
            invokeinterface io.netty.handler.codec.http.HttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.OK:Lio/netty/handler/codec/http/HttpResponseStatus;
            iconst_1
            iconst_1
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;ZZ)V
            astore 3 /* response */
        start local 3 // io.netty.handler.codec.http.HttpResponse response
         1: .line 100
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;)Z
            ifeq 7
         2: .line 101
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setAllowMethods:(Lio/netty/handler/codec/http/HttpResponse;)V
         3: .line 102
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setAllowHeaders:(Lio/netty/handler/codec/http/HttpResponse;)V
         4: .line 103
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setAllowCredentials:(Lio/netty/handler/codec/http/HttpResponse;)V
         5: .line 104
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setMaxAge:(Lio/netty/handler/codec/http/HttpResponse;)V
         6: .line 105
            aload 0 /* this */
            aload 3 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setPreflightHeaders:(Lio/netty/handler/codec/http/HttpResponse;)V
         7: .line 107
      StackMap locals: io.netty.handler.codec.http.HttpResponse
      StackMap stack:
            aload 3 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
            ifne 9
         8: .line 108
            aload 3 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            getstatic io.netty.handler.codec.http.HttpHeaderValues.ZERO:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         9: .line 110
      StackMap locals:
      StackMap stack:
            aload 2 /* request */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
        10: .line 111
            aload 1 /* ctx */
            aload 2 /* request */
            aload 3 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.respond:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpResponse;)V
        11: .line 112
            return
        end local 3 // io.netty.handler.codec.http.HttpResponse response
        end local 2 // io.netty.handler.codec.http.HttpRequest request
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0   12     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0   12     2   request  Lio/netty/handler/codec/http/HttpRequest;
            1   12     3  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
         Name  Flags
      ctx      final
      request  final

  private void setPreflightHeaders(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 121
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.preflightResponseHeaders:()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
         1: .line 122
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private io.netty.handler.codec.http.cors.CorsConfig getForOrigin(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/cors/CorsConfig;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // java.lang.String requestOrigin
         0: .line 125
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.configList:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: io.netty.handler.codec.http.cors.CorsHandler java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.cors.CorsConfig
            astore 2 /* corsConfig */
        start local 2 // io.netty.handler.codec.http.cors.CorsConfig corsConfig
         2: .line 126
            aload 2 /* corsConfig */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isAnyOriginSupported:()Z
            ifeq 4
         3: .line 127
            aload 2 /* corsConfig */
            areturn
         4: .line 129
      StackMap locals: io.netty.handler.codec.http.cors.CorsHandler java.lang.String io.netty.handler.codec.http.cors.CorsConfig java.util.Iterator
      StackMap stack:
            aload 2 /* corsConfig */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.origins:()Ljava/util/Set;
            aload 1 /* requestOrigin */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 130
            aload 2 /* corsConfig */
            areturn
         6: .line 132
      StackMap locals:
      StackMap stack:
            aload 2 /* corsConfig */
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isNullOriginAllowed:()Z
            ifne 7
            ldc "null"
            aload 1 /* requestOrigin */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 133
      StackMap locals:
      StackMap stack:
            aload 2 /* corsConfig */
            areturn
        end local 2 // io.netty.handler.codec.http.cors.CorsConfig corsConfig
         8: .line 125
      StackMap locals: io.netty.handler.codec.http.cors.CorsHandler java.lang.String top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         9: .line 136
            aconst_null
            areturn
        end local 1 // java.lang.String requestOrigin
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0   10     1  requestOrigin  Ljava/lang/String;
            2    8     2     corsConfig  Lio/netty/handler/codec/http/cors/CorsConfig;
    MethodParameters:
               Name  Flags
      requestOrigin  

  private boolean setOrigin(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 140
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            astore 2 /* origin */
        start local 2 // java.lang.String origin
         1: .line 141
            aload 2 /* origin */
            ifnull 17
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            ifnull 17
         2: .line 142
            ldc "null"
            aload 2 /* origin */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 5
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isNullOriginAllowed:()Z
            ifeq 5
         3: .line 143
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setNullOrigin:(Lio/netty/handler/codec/http/HttpResponse;)V
         4: .line 144
            iconst_1
            ireturn
         5: .line 146
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isAnyOriginSupported:()Z
            ifeq 12
         6: .line 147
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isCredentialsAllowed:()Z
            ifeq 10
         7: .line 148
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.echoRequestOrigin:(Lio/netty/handler/codec/http/HttpResponse;)V
         8: .line 149
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setVaryHeader:(Lio/netty/handler/codec/http/HttpResponse;)V
         9: .line 150
            goto 11
        10: .line 151
      StackMap locals:
      StackMap stack:
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setAnyOrigin:(Lio/netty/handler/codec/http/HttpResponse;)V
        11: .line 153
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        12: .line 155
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.origins:()Ljava/util/Set;
            aload 2 /* origin */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ifeq 16
        13: .line 156
            aload 1 /* response */
            aload 2 /* origin */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;Ljava/lang/String;)V
        14: .line 157
            aload 1 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setVaryHeader:(Lio/netty/handler/codec/http/HttpResponse;)V
        15: .line 158
            iconst_1
            ireturn
        16: .line 160
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http.cors.CorsHandler.logger:Lio/netty/util/internal/logging/InternalLogger;
            ldc "Request origin [{}]] was not among the configured origins [{}]"
            aload 2 /* origin */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.origins:()Ljava/util/Set;
            invokeinterface io.netty.util.internal.logging.InternalLogger.debug:(Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Object;)V
        17: .line 162
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.String origin
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0   18     1  response  Lio/netty/handler/codec/http/HttpResponse;
            1   18     2    origin  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      response  final

  private void echoRequestOrigin(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 166
            aload 1 /* response */
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.request:Lio/netty/handler/codec/http/HttpRequest;
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;Ljava/lang/String;)V
         1: .line 167
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private static void setVaryHeader(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponse response
         0: .line 170
            aload 0 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.VARY:Lio/netty/util/AsciiString;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         1: .line 171
            return
        end local 0 // io.netty.handler.codec.http.HttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private static void setAnyOrigin(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponse response
         0: .line 174
            aload 0 /* response */
            ldc "*"
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;Ljava/lang/String;)V
         1: .line 175
            return
        end local 0 // io.netty.handler.codec.http.HttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private static void setNullOrigin(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpResponse response
         0: .line 178
            aload 0 /* response */
            ldc "null"
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;Ljava/lang/String;)V
         1: .line 179
            return
        end local 0 // io.netty.handler.codec.http.HttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private static void setOrigin(io.netty.handler.codec.http.HttpResponse, java.lang.String);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpResponse response
        start local 1 // java.lang.String origin
         0: .line 182
            aload 0 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_ALLOW_ORIGIN:Lio/netty/util/AsciiString;
            aload 1 /* origin */
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         1: .line 183
            return
        end local 1 // java.lang.String origin
        end local 0 // io.netty.handler.codec.http.HttpResponse response
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  response  Lio/netty/handler/codec/http/HttpResponse;
            0    2     1    origin  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      response  final
      origin    final

  private void setAllowCredentials(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 186
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isCredentialsAllowed:()Z
            ifeq 3
         1: .line 187
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_ALLOW_ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.get:(Ljava/lang/CharSequence;)Ljava/lang/String;
            ldc "*"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 188
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_ALLOW_CREDENTIALS:Lio/netty/util/AsciiString;
            ldc "true"
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         3: .line 190
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    4     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private static boolean isPreflightRequest(io.netty.handler.codec.http.HttpRequest);
    descriptor: (Lio/netty/handler/codec/http/HttpRequest;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpRequest request
         0: .line 193
            aload 0 /* request */
            invokeinterface io.netty.handler.codec.http.HttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            astore 1 /* headers */
        start local 1 // io.netty.handler.codec.http.HttpHeaders headers
         1: .line 194
            aload 0 /* request */
            invokeinterface io.netty.handler.codec.http.HttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            getstatic io.netty.handler.codec.http.HttpMethod.OPTIONS:Lio/netty/handler/codec/http/HttpMethod;
            invokevirtual io.netty.handler.codec.http.HttpMethod.equals:(Ljava/lang/Object;)Z
            ifeq 5
         2: .line 195
            aload 1 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ORIGIN:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
            ifeq 5
         3: .line 196
            aload 1 /* headers */
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_REQUEST_METHOD:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.contains:(Ljava/lang/CharSequence;)Z
            ifeq 5
         4: .line 194
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.http.HttpHeaders
      StackMap stack:
         5: iconst_0
            ireturn
        end local 1 // io.netty.handler.codec.http.HttpHeaders headers
        end local 0 // io.netty.handler.codec.http.HttpRequest request
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0  request  Lio/netty/handler/codec/http/HttpRequest;
            1    6     1  headers  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
         Name  Flags
      request  final

  private void setExposeHeaders(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 200
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.exposedHeaders:()Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 2
         1: .line 201
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_EXPOSE_HEADERS:Lio/netty/util/AsciiString;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.exposedHeaders:()Ljava/util/Set;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         2: .line 203
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    3     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private void setAllowMethods(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 206
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_ALLOW_METHODS:Lio/netty/util/AsciiString;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.allowedRequestMethods:()Ljava/util/Set;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         1: .line 207
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private void setAllowHeaders(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 210
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_ALLOW_HEADERS:Lio/netty/util/AsciiString;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.allowedRequestHeaders:()Ljava/util/Set;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         1: .line 211
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  private void setMaxAge(io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.handler.codec.http.HttpResponse response
         0: .line 214
            aload 1 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.ACCESS_CONTROL_MAX_AGE:Lio/netty/util/AsciiString;
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.maxAge:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         1: .line 215
            return
        end local 1 // io.netty.handler.codec.http.HttpResponse response
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    2     1  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
          Name  Flags
      response  final

  public void write(io.netty.channel.ChannelHandlerContext, java.lang.Object, io.netty.channel.ChannelPromise);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.netty.handler.codec.http.cors.CorsHandler this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object msg
        start local 3 // io.netty.channel.ChannelPromise promise
         0: .line 220
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            ifnull 5
            aload 0 /* this */
            getfield io.netty.handler.codec.http.cors.CorsHandler.config:Lio/netty/handler/codec/http/cors/CorsConfig;
            invokevirtual io.netty.handler.codec.http.cors.CorsConfig.isCorsSupportEnabled:()Z
            ifeq 5
            aload 2 /* msg */
            instanceof io.netty.handler.codec.http.HttpResponse
            ifeq 5
         1: .line 221
            aload 2 /* msg */
            checkcast io.netty.handler.codec.http.HttpResponse
            astore 4 /* response */
        start local 4 // io.netty.handler.codec.http.HttpResponse response
         2: .line 222
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setOrigin:(Lio/netty/handler/codec/http/HttpResponse;)Z
            ifeq 5
         3: .line 223
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setAllowCredentials:(Lio/netty/handler/codec/http/HttpResponse;)V
         4: .line 224
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual io.netty.handler.codec.http.cors.CorsHandler.setExposeHeaders:(Lio/netty/handler/codec/http/HttpResponse;)V
        end local 4 // io.netty.handler.codec.http.HttpResponse response
         5: .line 227
      StackMap locals:
      StackMap stack:
            aload 1 /* ctx */
            aload 2 /* msg */
            aload 3 /* promise */
            invokeinterface io.netty.channel.ChannelHandlerContext.write:(Ljava/lang/Object;Lio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
            pop
         6: .line 228
            return
        end local 3 // io.netty.channel.ChannelPromise promise
        end local 2 // java.lang.Object msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.netty.handler.codec.http.cors.CorsHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/netty/handler/codec/http/cors/CorsHandler;
            0    7     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2       msg  Ljava/lang/Object;
            0    7     3   promise  Lio/netty/channel/ChannelPromise;
            2    5     4  response  Lio/netty/handler/codec/http/HttpResponse;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      ctx      final
      msg      final
      promise  final

  private static void forbidden(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.netty.channel.ChannelHandlerContext ctx
        start local 1 // io.netty.handler.codec.http.HttpRequest request
         0: .line 231
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            aload 1 /* request */
            invokeinterface io.netty.handler.codec.http.HttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            getstatic io.netty.handler.codec.http.HttpResponseStatus.FORBIDDEN: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
            astore 2 /* response */
        start local 2 // io.netty.handler.codec.http.HttpResponse response
         1: .line 232
            aload 2 /* response */
            invokeinterface io.netty.handler.codec.http.HttpResponse.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            getstatic io.netty.handler.codec.http.HttpHeaderNames.CONTENT_LENGTH:Lio/netty/util/AsciiString;
            getstatic io.netty.handler.codec.http.HttpHeaderValues.ZERO:Lio/netty/util/AsciiString;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.set:(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpHeaders;
            pop
         2: .line 233
            aload 1 /* request */
            invokestatic io.netty.util.ReferenceCountUtil.release:(Ljava/lang/Object;)Z
            pop
         3: .line 234
            aload 0 /* ctx */
            aload 1 /* request */
            aload 2 /* response */
            invokestatic io.netty.handler.codec.http.cors.CorsHandler.respond:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpResponse;)V
         4: .line 235
            return
        end local 2 // io.netty.handler.codec.http.HttpResponse response
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.netty.channel.ChannelHandlerContext ctx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0       ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     1   request  Lio/netty/handler/codec/http/HttpRequest;
            1    5     2  response  Lio/netty/handler/codec/http/HttpResponse;
    MethodParameters:
         Name  Flags
      ctx      final
      request  final

  private static void respond(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.HttpResponse);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpResponse;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // io.netty.channel.ChannelHandlerContext ctx
        start local 1 // io.netty.handler.codec.http.HttpRequest request
        start local 2 // io.netty.handler.codec.http.HttpResponse response
         0: .line 242
            aload 1 /* request */
            invokestatic io.netty.handler.codec.http.HttpUtil.isKeepAlive:(Lio/netty/handler/codec/http/HttpMessage;)Z
            istore 3 /* keepAlive */
        start local 3 // boolean keepAlive
         1: .line 244
            aload 2 /* response */
            iload 3 /* keepAlive */
            invokestatic io.netty.handler.codec.http.HttpUtil.setKeepAlive:(Lio/netty/handler/codec/http/HttpMessage;Z)V
         2: .line 246
            aload 0 /* ctx */
            aload 2 /* response */
            invokeinterface io.netty.channel.ChannelHandlerContext.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            astore 4 /* future */
        start local 4 // io.netty.channel.ChannelFuture future
         3: .line 247
            iload 3 /* keepAlive */
            ifne 5
         4: .line 248
            aload 4 /* future */
            getstatic io.netty.channel.ChannelFutureListener.CLOSE:Lio/netty/channel/ChannelFutureListener;
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         5: .line 250
      StackMap locals: int io.netty.channel.ChannelFuture
      StackMap stack:
            return
        end local 4 // io.netty.channel.ChannelFuture future
        end local 3 // boolean keepAlive
        end local 2 // io.netty.handler.codec.http.HttpResponse response
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.netty.channel.ChannelHandlerContext ctx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0        ctx  Lio/netty/channel/ChannelHandlerContext;
            0    6     1    request  Lio/netty/handler/codec/http/HttpRequest;
            0    6     2   response  Lio/netty/handler/codec/http/HttpResponse;
            1    6     3  keepAlive  Z
            3    6     4     future  Lio/netty/channel/ChannelFuture;
    MethodParameters:
          Name  Flags
      ctx       final
      request   final
      response  final
}
SourceFile: "CorsHandler.java"