public final class io.netty.handler.codec.http.cookie.ServerCookieDecoder extends io.netty.handler.codec.http.cookie.CookieDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.http.cookie.ServerCookieDecoder
  super_class: io.netty.handler.codec.http.cookie.CookieDecoder
{
  private static final java.lang.String RFC2965_VERSION;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "$Version"

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

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

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

  public static final io.netty.handler.codec.http.cookie.ServerCookieDecoder STRICT;
    descriptor: Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.http.cookie.ServerCookieDecoder LAX;
    descriptor: Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 48
            new io.netty.handler.codec.http.cookie.ServerCookieDecoder
            dup
            iconst_1
            invokespecial io.netty.handler.codec.http.cookie.ServerCookieDecoder.<init>:(Z)V
            putstatic io.netty.handler.codec.http.cookie.ServerCookieDecoder.STRICT:Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
         1: .line 53
            new io.netty.handler.codec.http.cookie.ServerCookieDecoder
            dup
            iconst_0
            invokespecial io.netty.handler.codec.http.cookie.ServerCookieDecoder.<init>:(Z)V
            putstatic io.netty.handler.codec.http.cookie.ServerCookieDecoder.LAX:Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.cookie.ServerCookieDecoder this
        start local 1 // boolean strict
         0: .line 56
            aload 0 /* this */
            iload 1 /* strict */
            invokespecial io.netty.handler.codec.http.cookie.CookieDecoder.<init>:(Z)V
         1: .line 57
            return
        end local 1 // boolean strict
        end local 0 // io.netty.handler.codec.http.cookie.ServerCookieDecoder this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
            0    2     1  strict  Z
    MethodParameters:
        Name  Flags
      strict  

  public java.util.Set<io.netty.handler.codec.http.cookie.Cookie> decode(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=12, args_size=2
        start local 0 // io.netty.handler.codec.http.cookie.ServerCookieDecoder this
        start local 1 // java.lang.String header
         0: .line 65
            aload 1 /* header */
            ldc "header"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.String.length:()I
            istore 2 /* headerLen */
        start local 2 // int headerLen
         1: .line 67
            iload 2 /* headerLen */
            ifne 3
         2: .line 68
            invokestatic java.util.Collections.emptySet:()Ljava/util/Set;
            areturn
         3: .line 71
      StackMap locals: int
      StackMap stack:
            new java.util.TreeSet
            dup
            invokespecial java.util.TreeSet.<init>:()V
            astore 3 /* cookies */
        start local 3 // java.util.Set cookies
         4: .line 73
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: .line 75
            iconst_0
            istore 5 /* rfc2965Style */
        start local 5 // boolean rfc2965Style
         6: .line 76
            aload 1 /* header */
            iconst_1
            iconst_0
            ldc "$Version"
            iconst_0
            ldc "$Version"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.regionMatches:(ZILjava/lang/String;II)Z
            ifeq 9
         7: .line 78
            aload 1 /* header */
            bipush 59
            invokevirtual java.lang.String.indexOf:(I)I
            iconst_1
            iadd
            istore 4 /* i */
         8: .line 79
            iconst_1
            istore 5 /* rfc2965Style */
         9: .line 86
      StackMap locals: java.util.Set int int
      StackMap stack:
            iload 4 /* i */
            iload 2 /* headerLen */
            if_icmpne 11
        10: .line 87
            goto 49
        11: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* header */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 6 /* c */
        start local 6 // char c
        12: .line 90
            iload 6 /* c */
            bipush 9
            if_icmpeq 14
            iload 6 /* c */
            bipush 10
            if_icmpeq 14
            iload 6 /* c */
            bipush 11
            if_icmpeq 14
            iload 6 /* c */
            bipush 12
            if_icmpeq 14
        13: .line 91
            iload 6 /* c */
            bipush 13
            if_icmpeq 14
            iload 6 /* c */
            bipush 32
            if_icmpeq 14
            iload 6 /* c */
            bipush 44
            if_icmpeq 14
            iload 6 /* c */
            bipush 59
            if_icmpne 16
        14: .line 92
      StackMap locals: int
      StackMap stack:
            iinc 4 /* i */ 1
        end local 6 // char c
        15: .line 85
            goto 9
        16: .line 98
      StackMap locals:
      StackMap stack:
            iload 4 /* i */
            istore 6 /* nameBegin */
        start local 6 // int nameBegin
        17: .line 105
      StackMap locals: int
      StackMap stack:
            aload 1 /* header */
            iload 4 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            istore 10 /* curChar */
        start local 10 // char curChar
        18: .line 106
            iload 10 /* curChar */
            bipush 59
            if_icmpne 23
        19: .line 108
            iload 4 /* i */
            istore 7 /* nameEnd */
        start local 7 // int nameEnd
        20: .line 109
            iconst_m1
            dup
            istore 9 /* valueEnd */
        start local 9 // int valueEnd
        21: istore 8 /* valueBegin */
        start local 8 // int valueBegin
        22: .line 110
            goto 41
        end local 9 // int valueEnd
        end local 8 // int valueBegin
        end local 7 // int nameEnd
        23: .line 112
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int int top top top int
      StackMap stack:
            iload 10 /* curChar */
            bipush 61
            if_icmpne 36
        24: .line 114
            iload 4 /* i */
            istore 7 /* nameEnd */
        start local 7 // int nameEnd
        25: .line 115
            iinc 4 /* i */ 1
        26: .line 116
            iload 4 /* i */
            iload 2 /* headerLen */
            if_icmpne 30
        27: .line 118
            iconst_0
            dup
            istore 9 /* valueEnd */
        start local 9 // int valueEnd
        28: istore 8 /* valueBegin */
        start local 8 // int valueBegin
        29: .line 119
            goto 41
        end local 9 // int valueEnd
        end local 8 // int valueBegin
        30: .line 122
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int int int top top int
      StackMap stack:
            iload 4 /* i */
            istore 8 /* valueBegin */
        start local 8 // int valueBegin
        31: .line 124
            aload 1 /* header */
            bipush 59
            iload 4 /* i */
            invokevirtual java.lang.String.indexOf:(II)I
            istore 11 /* semiPos */
        start local 11 // int semiPos
        32: .line 125
            iload 11 /* semiPos */
            ifle 33
            iload 11 /* semiPos */
            goto 34
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int int int int top int int
      StackMap stack:
        33: iload 2 /* headerLen */
      StackMap locals:
      StackMap stack: int
        34: dup
            istore 4 /* i */
            istore 9 /* valueEnd */
        start local 9 // int valueEnd
        35: .line 126
            goto 41
        end local 11 // int semiPos
        end local 9 // int valueEnd
        end local 8 // int valueBegin
        end local 7 // int nameEnd
        36: .line 128
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int int top top top int
      StackMap stack:
            iinc 4 /* i */ 1
        37: .line 131
            iload 4 /* i */
            iload 2 /* headerLen */
            if_icmpne 17
        38: .line 133
            iload 2 /* headerLen */
            istore 7 /* nameEnd */
        start local 7 // int nameEnd
        39: .line 134
            iconst_m1
            dup
            istore 9 /* valueEnd */
        start local 9 // int valueEnd
        40: istore 8 /* valueBegin */
        end local 10 // char curChar
        start local 8 // int valueBegin
        41: .line 139
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int int int int int
      StackMap stack:
            iload 5 /* rfc2965Style */
            ifeq 45
            aload 1 /* header */
            iload 6 /* nameBegin */
            ldc "$Path"
            iconst_0
            ldc "$Path"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
            ifne 9
        42: .line 140
            aload 1 /* header */
            iload 6 /* nameBegin */
            ldc "$Domain"
            iconst_0
            ldc "$Domain"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
            ifne 9
        43: .line 141
            aload 1 /* header */
            iload 6 /* nameBegin */
            ldc "$Port"
            iconst_0
            ldc "$Port"
            invokevirtual java.lang.String.length:()I
            invokevirtual java.lang.String.regionMatches:(ILjava/lang/String;II)Z
            ifeq 45
        44: .line 144
            goto 9
        45: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* header */
            iload 6 /* nameBegin */
            iload 7 /* nameEnd */
            iload 8 /* valueBegin */
            iload 9 /* valueEnd */
            invokevirtual io.netty.handler.codec.http.cookie.ServerCookieDecoder.initCookie:(Ljava/lang/String;IIII)Lio/netty/handler/codec/http/cookie/DefaultCookie;
            astore 10 /* cookie */
        start local 10 // io.netty.handler.codec.http.cookie.DefaultCookie cookie
        46: .line 148
            aload 10 /* cookie */
            ifnull 9
        47: .line 149
            aload 3 /* cookies */
            aload 10 /* cookie */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // io.netty.handler.codec.http.cookie.DefaultCookie cookie
        end local 9 // int valueEnd
        end local 8 // int valueBegin
        end local 7 // int nameEnd
        end local 6 // int nameBegin
        48: .line 82
            goto 9
        49: .line 153
      StackMap locals: io.netty.handler.codec.http.cookie.ServerCookieDecoder java.lang.String int java.util.Set int int
      StackMap stack:
            aload 3 /* cookies */
            areturn
        end local 5 // boolean rfc2965Style
        end local 4 // int i
        end local 3 // java.util.Set cookies
        end local 2 // int headerLen
        end local 1 // java.lang.String header
        end local 0 // io.netty.handler.codec.http.cookie.ServerCookieDecoder this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   50     0          this  Lio/netty/handler/codec/http/cookie/ServerCookieDecoder;
            0   50     1        header  Ljava/lang/String;
            1   50     2     headerLen  I
            4   50     3       cookies  Ljava/util/Set<Lio/netty/handler/codec/http/cookie/Cookie;>;
            5   50     4             i  I
            6   50     5  rfc2965Style  Z
           12   15     6             c  C
           17   48     6     nameBegin  I
           20   23     7       nameEnd  I
           25   36     7       nameEnd  I
           39   48     7       nameEnd  I
           22   23     8    valueBegin  I
           29   30     8    valueBegin  I
           31   36     8    valueBegin  I
           41   48     8    valueBegin  I
           21   23     9      valueEnd  I
           28   30     9      valueEnd  I
           35   36     9      valueEnd  I
           40   48     9      valueEnd  I
           18   41    10       curChar  C
           32   36    11       semiPos  I
           46   48    10        cookie  Lio/netty/handler/codec/http/cookie/DefaultCookie;
    Signature: (Ljava/lang/String;)Ljava/util/Set<Lio/netty/handler/codec/http/cookie/Cookie;>;
    MethodParameters:
        Name  Flags
      header  
}
SourceFile: "ServerCookieDecoder.java"