public class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.http.util.HttpRequestURIDecoder
  super_class: java.lang.Object
{
  protected static final boolean ALLOW_BACKSLASH;
    descriptor: Z
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final boolean COLLAPSE_ADJACENT_SLASHES;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.util.logging.Logger LOGGER;
    descriptor: Ljava/util/logging/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int STATE_CHAR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int STATE_SLASH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int STATE_PERCENT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int STATE_SLASHDOT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int STATE_SLASHDOTDOT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static volatile int[] $SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 48
            ldc "com.sun.enterprise.web.collapseAdjacentSlashes"
            ldc "true"
            invokestatic java.lang.System.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            invokestatic java.lang.Boolean.valueOf:(Ljava/lang/String;)Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
         1: .line 49
            ldc Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
            invokestatic org.glassfish.grizzly.Grizzly.logger:(Ljava/lang/Class;)Ljava/util/logging/Logger;
            putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
         2: .line 477
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;

  public static void decode(org.glassfish.grizzly.http.util.MessageBytes, org.glassfish.grizzly.http.util.UDecoder);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.MessageBytes decodedURI
        start local 1 // org.glassfish.grizzly.http.util.UDecoder urlDecoder
         0: .line 59
            aload 0 /* decodedURI */
            aload 1 /* urlDecoder */
            aconst_null
            aconst_null
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
         1: .line 60
            return
        end local 1 // org.glassfish.grizzly.http.util.UDecoder urlDecoder
        end local 0 // org.glassfish.grizzly.http.util.MessageBytes decodedURI
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  decodedURI  Lorg/glassfish/grizzly/http/util/MessageBytes;
            0    2     1  urlDecoder  Lorg/glassfish/grizzly/http/util/UDecoder;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      decodedURI  final
      urlDecoder  final

  public static void decode(org.glassfish.grizzly.http.util.MessageBytes, org.glassfish.grizzly.http.util.UDecoder, java.lang.String, org.glassfish.grizzly.http.util.B2CConverter);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Lorg/glassfish/grizzly/http/util/UDecoder;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.MessageBytes decodedURI
        start local 1 // org.glassfish.grizzly.http.util.UDecoder urlDecoder
        start local 2 // java.lang.String encoding
        start local 3 // org.glassfish.grizzly.http.util.B2CConverter b2cConverter
         0: .line 74
            aload 1 /* urlDecoder */
            aload 0 /* decodedURI */
            iconst_0
            invokevirtual org.glassfish.grizzly.http.util.UDecoder.convert:(Lorg/glassfish/grizzly/http/util/MessageBytes;Z)V
         1: .line 76
            aload 0 /* decodedURI */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalize:(Lorg/glassfish/grizzly/http/util/MessageBytes;)Z
            ifne 3
         2: .line 77
            new java.io.IOException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 2 /* encoding */
            ifnonnull 5
         4: .line 81
            ldc "utf-8"
            astore 2 /* encoding */
         5: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* decodedURI */
            aload 2 /* encoding */
            aload 3 /* b2cConverter */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.convertURI:(Lorg/glassfish/grizzly/http/util/MessageBytes;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
         6: .line 87
            aload 0 /* decodedURI */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.checkNormalize:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
            ifne 8
         7: .line 88
            new java.io.IOException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 90
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.glassfish.grizzly.http.util.B2CConverter b2cConverter
        end local 2 // java.lang.String encoding
        end local 1 // org.glassfish.grizzly.http.util.UDecoder urlDecoder
        end local 0 // org.glassfish.grizzly.http.util.MessageBytes decodedURI
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0    decodedURI  Lorg/glassfish/grizzly/http/util/MessageBytes;
            0    9     1    urlDecoder  Lorg/glassfish/grizzly/http/util/UDecoder;
            0    9     2      encoding  Ljava/lang/String;
            0    9     3  b2cConverter  Lorg/glassfish/grizzly/http/util/B2CConverter;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      decodedURI    final
      urlDecoder    final
      encoding      
      b2cConverter  final

  public static void decode(org.glassfish.grizzly.http.util.DataChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
         0: .line 99
            aload 0 /* decodedURI */
            iconst_0
            getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
         1: .line 100
            return
        end local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0  decodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
            Name  Flags
      decodedURI  final

  public static void decode(org.glassfish.grizzly.http.util.DataChunk, boolean);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Z)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
        start local 1 // boolean isSlashAllowed
         0: .line 110
            aload 0 /* decodedURI */
            iload 1 /* isSlashAllowed */
            getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
         1: .line 111
            return
        end local 1 // boolean isSlashAllowed
        end local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0      decodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
            0    2     1  isSlashAllowed  Z
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
                Name  Flags
      decodedURI      final
      isSlashAllowed  final

  public static void decode(org.glassfish.grizzly.http.util.DataChunk, boolean, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
        start local 1 // boolean isSlashAllowed
        start local 2 // java.nio.charset.Charset encoding
         0: .line 122
            aload 0 /* decodedURI */
            aload 0 /* decodedURI */
            iload 1 /* isSlashAllowed */
            aload 2 /* encoding */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
         1: .line 123
            return
        end local 2 // java.nio.charset.Charset encoding
        end local 1 // boolean isSlashAllowed
        end local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0      decodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
            0    2     1  isSlashAllowed  Z
            0    2     2        encoding  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
                Name  Flags
      decodedURI      final
      isSlashAllowed  final
      encoding        final

  public static void decode(org.glassfish.grizzly.http.util.DataChunk, org.glassfish.grizzly.http.util.DataChunk, boolean, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;ZLjava/nio/charset/Charset;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.http.util.DataChunk originalURI
        start local 1 // org.glassfish.grizzly.http.util.DataChunk targetDecodedURI
        start local 2 // boolean isSlashAllowed
        start local 3 // java.nio.charset.Charset encoding
         0: .line 138
            aload 0 /* originalURI */
            aload 1 /* targetDecodedURI */
            iload 2 /* isSlashAllowed */
            invokestatic org.glassfish.grizzly.http.util.URLDecoder.decode:(Lorg/glassfish/grizzly/http/util/DataChunk;Lorg/glassfish/grizzly/http/util/DataChunk;Z)V
         1: .line 140
            aload 1 /* targetDecodedURI */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalize:(Lorg/glassfish/grizzly/http/util/DataChunk;)Z
            ifne 3
         2: .line 141
            new java.io.CharConversionException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 144
      StackMap locals:
      StackMap stack:
            aload 1 /* targetDecodedURI */
            aload 3 /* encoding */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.convertToChars:(Lorg/glassfish/grizzly/http/util/DataChunk;Ljava/nio/charset/Charset;)V
         4: .line 145
            return
        end local 3 // java.nio.charset.Charset encoding
        end local 2 // boolean isSlashAllowed
        end local 1 // org.glassfish.grizzly.http.util.DataChunk targetDecodedURI
        end local 0 // org.glassfish.grizzly.http.util.DataChunk originalURI
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0       originalURI  Lorg/glassfish/grizzly/http/util/DataChunk;
            0    5     1  targetDecodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
            0    5     2    isSlashAllowed  Z
            0    5     3          encoding  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
                  Name  Flags
      originalURI       final
      targetDecodedURI  final
      isSlashAllowed    final
      encoding          final

  public static void convertToChars(org.glassfish.grizzly.http.util.DataChunk, java.nio.charset.Charset);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;Ljava/nio/charset/Charset;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
        start local 1 // java.nio.charset.Charset encoding
         0: .line 156
            aload 1 /* encoding */
            ifnonnull 2
         1: .line 157
            getstatic org.glassfish.grizzly.utils.Charsets.UTF8_CHARSET:Ljava/nio/charset/Charset;
            astore 1 /* encoding */
         2: .line 160
      StackMap locals:
      StackMap stack:
            aload 0 /* decodedURI */
            aload 1 /* encoding */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.toChars:(Ljava/nio/charset/Charset;)V
         3: .line 163
            aload 0 /* decodedURI */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.checkNormalize:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
            ifne 5
         4: .line 164
            new java.io.CharConversionException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.CharConversionException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 166
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.charset.Charset encoding
        end local 0 // org.glassfish.grizzly.http.util.DataChunk decodedURI
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  decodedURI  Lorg/glassfish/grizzly/http/util/DataChunk;
            0    6     1    encoding  Ljava/nio/charset/Charset;
    Exceptions:
      throws java.io.CharConversionException
    MethodParameters:
            Name  Flags
      decodedURI  final
      encoding    

  private static void convertURI(org.glassfish.grizzly.http.util.MessageBytes, java.lang.String, org.glassfish.grizzly.http.util.B2CConverter);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;Ljava/lang/String;Lorg/glassfish/grizzly/http/util/B2CConverter;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=9, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.MessageBytes uri
        start local 1 // java.lang.String encoding
        start local 2 // org.glassfish.grizzly.http.util.B2CConverter b2cConverter
         0: .line 178
            aload 0 /* uri */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            astore 3 /* bc */
        start local 3 // org.glassfish.grizzly.http.util.ByteChunk bc
         1: .line 179
            aload 0 /* uri */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            astore 4 /* cc */
        start local 4 // org.glassfish.grizzly.http.util.CharChunk cc
         2: .line 180
            aload 4 /* cc */
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         3: .line 182
            aload 1 /* encoding */
            ifnull 16
            aload 1 /* encoding */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 16
            ldc "ISO-8859-1"
            aload 1 /* encoding */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 16
         4: .line 184
            aload 2 /* b2cConverter */
            ifnonnull 9
         5: .line 185
            new org.glassfish.grizzly.http.util.B2CConverter
            dup
            aload 1 /* encoding */
            invokespecial org.glassfish.grizzly.http.util.B2CConverter.<init>:(Ljava/lang/String;)V
            astore 2 /* b2cConverter */
         6: .line 187
            goto 9
      StackMap locals: org.glassfish.grizzly.http.util.MessageBytes java.lang.String org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk
      StackMap stack: java.io.IOException
         7: pop
         8: .line 189
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
            ldc "Invalid URI encoding; using HTTP default"
            invokevirtual java.util.logging.Logger.severe:(Ljava/lang/String;)V
         9: .line 191
      StackMap locals:
      StackMap stack:
            aload 2 /* b2cConverter */
            ifnull 16
        10: .line 193
            aload 2 /* b2cConverter */
            aload 3 /* bc */
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.B2CConverter.convert:(Lorg/glassfish/grizzly/http/util/ByteChunk;Lorg/glassfish/grizzly/http/util/CharChunk;)V
        11: .line 194
            aload 0 /* uri */
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
        12: .line 195
            return
        13: .line 196
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        14: .line 197
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
            ldc "Invalid URI character encoding; trying ascii"
            invokevirtual java.util.logging.Logger.severe:(Ljava/lang/String;)V
        15: .line 198
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.recycle:()V
        16: .line 204
      StackMap locals:
      StackMap stack:
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* bbuf */
        start local 5 // byte[] bbuf
        17: .line 205
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 6 /* cbuf */
        start local 6 // char[] cbuf
        18: .line 206
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 7 /* start */
        start local 7 // int start
        19: .line 207
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        20: goto 23
        21: .line 208
      StackMap locals: org.glassfish.grizzly.http.util.MessageBytes java.lang.String org.glassfish.grizzly.http.util.B2CConverter org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk byte[] char[] int int
      StackMap stack:
            aload 6 /* cbuf */
            iload 8 /* i */
            aload 5 /* bbuf */
            iload 8 /* i */
            iload 7 /* start */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
        22: .line 207
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 8 /* i */
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            if_icmplt 21
        end local 8 // int i
        24: .line 210
            aload 0 /* uri */
            aload 6 /* cbuf */
            iconst_0
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
        25: .line 212
            return
        end local 7 // int start
        end local 6 // char[] cbuf
        end local 5 // byte[] bbuf
        end local 4 // org.glassfish.grizzly.http.util.CharChunk cc
        end local 3 // org.glassfish.grizzly.http.util.ByteChunk bc
        end local 2 // org.glassfish.grizzly.http.util.B2CConverter b2cConverter
        end local 1 // java.lang.String encoding
        end local 0 // org.glassfish.grizzly.http.util.MessageBytes uri
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0           uri  Lorg/glassfish/grizzly/http/util/MessageBytes;
            0   26     1      encoding  Ljava/lang/String;
            0   26     2  b2cConverter  Lorg/glassfish/grizzly/http/util/B2CConverter;
            1   26     3            bc  Lorg/glassfish/grizzly/http/util/ByteChunk;
            2   26     4            cc  Lorg/glassfish/grizzly/http/util/CharChunk;
           17   26     5          bbuf  [B
           18   26     6          cbuf  [C
           19   26     7         start  I
           20   24     8             i  I
      Exception table:
        from    to  target  type
           4     6       7  Class java.io.IOException
          10    12      13  Class java.io.IOException
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      uri           final
      encoding      final
      b2cConverter  

  public static boolean normalize(org.glassfish.grizzly.http.util.MessageBytes);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.MessageBytes uriMB
         0: .line 225
            aload 0 /* uriMB */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            istore 1 /* type */
        start local 1 // int type
         1: .line 226
            iload 1 /* type */
            iconst_3
            if_icmpne 3
         2: .line 227
            aload 0 /* uriMB */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeChars:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
            ireturn
         3: .line 229
      StackMap locals: int
      StackMap stack:
            aload 0 /* uriMB */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBytes:(Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
            ireturn
        end local 1 // int type
        end local 0 // org.glassfish.grizzly.http.util.MessageBytes uriMB
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  uriMB  Lorg/glassfish/grizzly/http/util/MessageBytes;
            1    4     1   type  I
    MethodParameters:
       Name  Flags
      uriMB  

  public static boolean normalize(org.glassfish.grizzly.http.util.DataChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/DataChunk;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.DataChunk dataChunk
         0: .line 244
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:()[I
            aload 0 /* dataChunk */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.getType:()Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iaload
            tableswitch { // 2 - 5
                    2: 1
                    3: 2
                    4: 7
                    5: 3
              default: 8
          }
         1: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* dataChunk */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBytes:(Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
            ireturn
         2: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* dataChunk */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.getBufferChunk:()Lorg/glassfish/grizzly/http/util/BufferChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeBuffer:(Lorg/glassfish/grizzly/http/util/BufferChunk;)Z
            ireturn
         3: .line 251
      StackMap locals:
      StackMap stack:
            aload 0 /* dataChunk */
            aconst_null
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.toChars:(Ljava/nio/charset/Charset;)V
         4: .line 252
            goto 7
      StackMap locals:
      StackMap stack: java.io.CharConversionException
         5: astore 1 /* unexpected */
        start local 1 // java.io.CharConversionException unexpected
         6: .line 254
            new java.lang.IllegalStateException
            dup
            ldc "Unexpected exception"
            aload 1 /* unexpected */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.CharConversionException unexpected
         7: .line 258
      StackMap locals:
      StackMap stack:
            aload 0 /* dataChunk */
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalizeChars:(Lorg/glassfish/grizzly/http/util/CharChunk;)Z
            ireturn
         8: .line 260
      StackMap locals:
      StackMap stack:
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
        end local 0 // org.glassfish.grizzly.http.util.DataChunk dataChunk
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0   dataChunk  Lorg/glassfish/grizzly/http/util/DataChunk;
            6    7     1  unexpected  Ljava/io/CharConversionException;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.CharConversionException
    MethodParameters:
           Name  Flags
      dataChunk  final

  public static boolean checkNormalize(org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk uriCC
         0: .line 275
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
            astore 1 /* c */
        start local 1 // char[] c
         1: .line 276
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 277
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 282
            iload 2 /* start */
            istore 4 /* pos */
        start local 4 // int pos
         4: goto 10
         5: .line 283
      StackMap locals: org.glassfish.grizzly.http.util.CharChunk char[] int int int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 92
            if_icmpne 7
         6: .line 284
            iconst_0
            ireturn
         7: .line 286
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            ifne 9
         8: .line 287
            iconst_0
            ireturn
         9: .line 282
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* pos */
            iload 3 /* end */
            if_icmplt 5
        11: .line 291
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifeq 18
        12: .line 293
            iload 2 /* start */
            istore 4 /* pos */
            goto 17
        13: .line 294
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 16
        14: .line 295
            aload 1 /* c */
            iload 4 /* pos */
            iconst_1
            iadd
            caload
            bipush 47
            if_icmpne 16
        15: .line 296
            iconst_0
            ireturn
        16: .line 293
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        17: iload 4 /* pos */
            iload 3 /* end */
            iconst_1
            isub
            if_icmplt 13
        18: .line 303
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmplt 21
            aload 1 /* c */
            iload 3 /* end */
            iconst_1
            isub
            caload
            bipush 46
            if_icmpne 21
        19: .line 304
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 47
            if_icmpeq 20
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 46
            if_icmpne 21
            aload 1 /* c */
            iload 3 /* end */
            iconst_3
            isub
            caload
            bipush 47
            if_icmpne 21
        20: .line 305
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        21: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* uriCC */
            ldc "/./"
            iconst_0
            iconst_3
            iconst_0
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
            ifge 22
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        22: iconst_0
            ireturn
        end local 4 // int pos
        end local 3 // int end
        end local 2 // int start
        end local 1 // char[] c
        end local 0 // org.glassfish.grizzly.http.util.CharChunk uriCC
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   23     0  uriCC  Lorg/glassfish/grizzly/http/util/CharChunk;
            1   23     1      c  [C
            2   23     2  start  I
            3   23     3    end  I
            4   23     4    pos  I
    MethodParameters:
       Name  Flags
      uriCC  final

  public static boolean normalizeChars(org.glassfish.grizzly.http.util.CharChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/CharChunk;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.CharChunk uriCC
         0: .line 315
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
            astore 1 /* c */
        start local 1 // char[] c
         1: .line 316
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 317
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 320
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_1
            if_icmpne 5
            aload 1 /* c */
            iload 2 /* start */
            caload
            bipush 42
            if_icmpne 5
         4: .line 321
            iconst_1
            ireturn
         5: .line 329
      StackMap locals: char[] int int
      StackMap stack:
            iload 2 /* start */
            istore 4 /* pos */
        start local 4 // int pos
         6: goto 12
         7: .line 330
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 92
            if_icmpne 9
         8: .line 334
            iconst_0
            ireturn
         9: .line 337
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            ifne 11
        10: .line 338
            iconst_0
            ireturn
        11: .line 329
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* pos */
            iload 3 /* end */
            if_icmplt 7
        13: .line 343
            aload 1 /* c */
            iload 2 /* start */
            caload
            bipush 47
            if_icmpeq 15
        14: .line 344
            iconst_0
            ireturn
        15: .line 348
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifeq 24
        16: .line 349
            iload 2 /* start */
            istore 4 /* pos */
            goto 23
        17: .line 350
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 22
        18: .line 351
            goto 21
        19: .line 352
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            iload 4 /* pos */
            iconst_1
            iadd
            iload 3 /* end */
            iload 4 /* pos */
            isub
            iconst_1
            isub
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
        20: .line 353
            iinc 3 /* end */ -1
        21: .line 351
      StackMap locals:
      StackMap stack:
            iload 4 /* pos */
            iconst_1
            iadd
            iload 3 /* end */
            if_icmpge 22
            aload 1 /* c */
            iload 4 /* pos */
            iconst_1
            iadd
            caload
            bipush 47
            if_icmpeq 19
        22: .line 349
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* pos */
            iload 3 /* end */
            iconst_1
            isub
            if_icmplt 17
        24: .line 362
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmple 28
            aload 1 /* c */
            iload 3 /* end */
            iconst_1
            isub
            caload
            bipush 46
            if_icmpne 28
        25: .line 363
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 47
            if_icmpeq 26
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 46
            if_icmpne 28
            aload 1 /* c */
            iload 3 /* end */
            iconst_3
            isub
            caload
            bipush 47
            if_icmpne 28
        26: .line 364
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 3 /* end */
            bipush 47
            castore
        27: .line 365
            iinc 3 /* end */ 1
        28: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        29: .line 371
            iconst_0
            istore 5 /* index */
        start local 5 // int index
        30: .line 375
      StackMap locals: int
      StackMap stack:
            aload 0 /* uriCC */
            ldc "/./"
            iconst_0
            iconst_3
            iload 5 /* index */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
            istore 5 /* index */
        31: .line 376
            iload 5 /* index */
            ifge 33
        32: .line 377
            goto 37
        33: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_2
            iadd
            iload 3 /* end */
            iload 2 /* start */
            isub
            iload 5 /* index */
            isub
            iconst_2
            isub
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
        34: .line 380
            iinc 3 /* end */ -2
        35: .line 381
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        36: .line 374
            goto 30
        37: .line 384
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* index */
        38: .line 388
      StackMap locals:
      StackMap stack:
            aload 0 /* uriCC */
            ldc "/../"
            iconst_0
            iconst_4
            iload 5 /* index */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.indexOf:(Ljava/lang/String;III)I
            istore 5 /* index */
        39: .line 389
            iload 5 /* index */
            ifge 41
        40: .line 390
            goto 54
        41: .line 393
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            ifne 43
        42: .line 394
            iconst_0
            ireturn
        43: .line 396
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* index2 */
        start local 6 // int index2
        44: .line 397
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_1
            isub
            istore 4 /* pos */
            goto 48
        45: .line 398
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 47
        46: .line 399
            iload 4 /* pos */
            istore 6 /* index2 */
        47: .line 397
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ -1
      StackMap locals:
      StackMap stack:
        48: iload 4 /* pos */
            iflt 49
            iload 6 /* index2 */
            iflt 45
        49: .line 402
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 2 /* start */
            iload 6 /* index2 */
            iadd
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_3
            iadd
            iload 3 /* end */
            iload 2 /* start */
            isub
            iload 5 /* index */
            isub
            iconst_3
            isub
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
        50: .line 403
            iload 3 /* end */
            iload 6 /* index2 */
            iadd
            iload 5 /* index */
            isub
            iconst_3
            isub
            istore 3 /* end */
        51: .line 404
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        52: .line 405
            iload 6 /* index2 */
            istore 5 /* index */
        end local 6 // int index2
        53: .line 387
            goto 38
        54: .line 408
      StackMap locals:
      StackMap stack:
            aload 0 /* uriCC */
            aload 1 /* c */
            iload 2 /* start */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setChars:([CII)V
        55: .line 410
            iconst_1
            ireturn
        end local 5 // int index
        end local 4 // int pos
        end local 3 // int end
        end local 2 // int start
        end local 1 // char[] c
        end local 0 // org.glassfish.grizzly.http.util.CharChunk uriCC
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   56     0   uriCC  Lorg/glassfish/grizzly/http/util/CharChunk;
            1   56     1       c  [C
            2   56     2   start  I
            3   56     3     end  I
            6   56     4     pos  I
           30   56     5   index  I
           44   53     6  index2  I
    MethodParameters:
       Name  Flags
      uriCC  final

  protected static void copyBytes(byte[], int, int, int);
    descriptor: ([BIII)V
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // byte[] b
        start local 1 // int dest
        start local 2 // int src
        start local 3 // int len
         0: .line 419
            aload 0 /* b */
            iload 2 /* src */
            aload 0 /* b */
            iload 1 /* dest */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 420
            return
        end local 3 // int len
        end local 2 // int src
        end local 1 // int dest
        end local 0 // byte[] b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     b  [B
            0    2     1  dest  I
            0    2     2   src  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      b     
      dest  
      src   
      len   

  private static void copyChars(char[], int, int, int);
    descriptor: ([CIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // char[] c
        start local 1 // int dest
        start local 2 // int src
        start local 3 // int len
         0: .line 426
            aload 0 /* c */
            iload 2 /* src */
            aload 0 /* c */
            iload 1 /* dest */
            iload 3 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 427
            return
        end local 3 // int len
        end local 2 // int src
        end local 1 // int dest
        end local 0 // char[] c
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0     c  [C
            0    2     1  dest  I
            0    2     2   src  I
            0    2     3   len  I
    MethodParameters:
      Name  Flags
      c     
      dest  
      src   
      len   

  protected void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
        start local 1 // java.lang.String message
         0: .line 435
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
            aload 1 /* message */
            invokevirtual java.util.logging.Logger.info:(Ljava/lang/String;)V
         1: .line 436
            return
        end local 1 // java.lang.String message
        end local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  protected void log(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable throwable
         0: .line 445
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.LOGGER:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.SEVERE:Ljava/util/logging/Level;
            aload 1 /* message */
            aload 2 /* throwable */
            invokevirtual java.util.logging.Logger.log:(Ljava/util/logging/Level;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 446
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // java.lang.String message
        end local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
            0    2     1    message  Ljava/lang/String;
            0    2     2  throwable  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      message    
      throwable  

  protected void convertMB(org.glassfish.grizzly.http.util.MessageBytes);
    descriptor: (Lorg/glassfish/grizzly/http/util/MessageBytes;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
        start local 1 // org.glassfish.grizzly.http.util.MessageBytes mb
         0: .line 454
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            iconst_2
            if_icmpeq 2
         1: .line 455
            return
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getByteChunk:()Lorg/glassfish/grizzly/http/util/ByteChunk;
            astore 2 /* bc */
        start local 2 // org.glassfish.grizzly.http.util.ByteChunk bc
         3: .line 459
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getCharChunk:()Lorg/glassfish/grizzly/http/util/CharChunk;
            astore 3 /* cc */
        start local 3 // org.glassfish.grizzly.http.util.CharChunk cc
         4: .line 460
            aload 3 /* cc */
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            iconst_m1
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.allocate:(II)V
         5: .line 463
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 4 /* bbuf */
        start local 4 // byte[] bbuf
         6: .line 464
            aload 3 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 5 /* cbuf */
        start local 5 // char[] cbuf
         7: .line 465
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 6 /* start */
        start local 6 // int start
         8: .line 466
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 467
      StackMap locals: org.glassfish.grizzly.http.util.HttpRequestURIDecoder org.glassfish.grizzly.http.util.MessageBytes org.glassfish.grizzly.http.util.ByteChunk org.glassfish.grizzly.http.util.CharChunk byte[] char[] int int
      StackMap stack:
            aload 5 /* cbuf */
            iload 7 /* i */
            aload 4 /* bbuf */
            iload 7 /* i */
            iload 6 /* start */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
        11: .line 466
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 7 /* i */
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            if_icmplt 10
        end local 7 // int i
        13: .line 469
            aload 1 /* mb */
            aload 5 /* cbuf */
            iconst_0
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
        14: .line 471
            return
        end local 6 // int start
        end local 5 // char[] cbuf
        end local 4 // byte[] bbuf
        end local 3 // org.glassfish.grizzly.http.util.CharChunk cc
        end local 2 // org.glassfish.grizzly.http.util.ByteChunk bc
        end local 1 // org.glassfish.grizzly.http.util.MessageBytes mb
        end local 0 // org.glassfish.grizzly.http.util.HttpRequestURIDecoder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/glassfish/grizzly/http/util/HttpRequestURIDecoder;
            0   15     1     mb  Lorg/glassfish/grizzly/http/util/MessageBytes;
            3   15     2     bc  Lorg/glassfish/grizzly/http/util/ByteChunk;
            4   15     3     cc  Lorg/glassfish/grizzly/http/util/CharChunk;
            6   15     4   bbuf  [B
            7   15     5   cbuf  [C
            8   15     6  start  I
            9   13     7      i  I
    MethodParameters:
      Name  Flags
      mb    

  public static boolean normalizeBytes(org.glassfish.grizzly.http.util.ByteChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/ByteChunk;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.ByteChunk bc
         0: .line 480
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBytes:()[B
            astore 1 /* bs */
        start local 1 // byte[] bs
         1: .line 481
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 482
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 485
            iload 2 /* start */
            iload 3 /* end */
            if_icmpne 5
         4: .line 486
            iconst_0
            ireturn
         5: .line 490
      StackMap locals: byte[] int int
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_1
            if_icmpne 7
            aload 1 /* bs */
            iload 2 /* start */
            baload
            bipush 42
            if_icmpne 7
         6: .line 491
            iconst_1
            ireturn
         7: .line 497
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmple 11
            aload 1 /* bs */
            iload 3 /* end */
            iconst_1
            isub
            baload
            bipush 46
            if_icmpne 11
         8: .line 498
            aload 1 /* bs */
            iload 3 /* end */
            iconst_2
            isub
            baload
            bipush 47
            if_icmpeq 9
            aload 1 /* bs */
            iload 3 /* end */
            iconst_2
            isub
            baload
            bipush 46
            if_icmpne 11
            aload 1 /* bs */
            iload 3 /* end */
            iconst_3
            isub
            baload
            bipush 47
            if_icmpne 11
         9: .line 499
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 3 /* end */
            bipush 47
            bastore
        10: .line 500
            iinc 3 /* end */ 1
        11: .line 504
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        start local 4 // int state
        12: .line 505
            iload 2 /* start */
            istore 5 /* srcPos */
        start local 5 // int srcPos
        13: .line 507
            iconst_m1
            istore 6 /* lastSlash */
        start local 6 // int lastSlash
        14: .line 508
            iconst_m1
            istore 7 /* parentSlash */
        start local 7 // int parentSlash
        15: .line 510
            iload 2 /* start */
            istore 8 /* pos */
        start local 8 // int pos
        16: goto 67
        17: .line 511
      StackMap locals: org.glassfish.grizzly.http.util.ByteChunk byte[] int int int int int int int
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            ifne 19
        18: .line 512
            iconst_0
            ireturn
        19: .line 514
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 92
            if_icmpne 21
        20: .line 518
            iconst_0
            ireturn
        21: .line 521
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 47
            if_icmpne 52
        22: .line 522
            iload 4 /* state */
            ifne 29
        23: .line 523
            iconst_1
            istore 4 /* state */
        24: .line 524
            aload 1 /* bs */
            iload 5 /* srcPos */
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        25: .line 525
            iload 6 /* lastSlash */
            istore 7 /* parentSlash */
        26: .line 526
            iload 5 /* srcPos */
            istore 6 /* lastSlash */
        27: .line 527
            iinc 5 /* srcPos */ 1
        28: .line 528
            goto 66
      StackMap locals:
      StackMap stack:
        29: iload 4 /* state */
            iconst_1
            if_icmpne 33
        30: .line 532
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifne 66
        31: .line 533
            iinc 5 /* srcPos */ 1
        32: .line 535
            goto 66
      StackMap locals:
      StackMap stack:
        33: iload 4 /* state */
            iconst_3
            if_icmpne 36
        34: .line 537
            iinc 5 /* srcPos */ -1
        35: .line 538
            goto 66
      StackMap locals:
      StackMap stack:
        36: iload 4 /* state */
            iconst_4
            if_icmpne 66
        37: .line 540
            iload 7 /* parentSlash */
            iconst_m1
            if_icmpne 39
        38: .line 543
            iconst_0
            ireturn
        39: .line 545
      StackMap locals:
      StackMap stack:
            iload 7 /* parentSlash */
            istore 6 /* lastSlash */
        40: .line 546
            iload 7 /* parentSlash */
            istore 5 /* srcPos */
        41: .line 548
            iconst_m1
            istore 7 /* parentSlash */
        42: .line 549
            iload 6 /* lastSlash */
            iconst_1
            isub
            istore 9 /* i */
        start local 9 // int i
        43: goto 48
        44: .line 550
      StackMap locals: int
      StackMap stack:
            aload 1 /* bs */
            iload 9 /* i */
            baload
            bipush 47
            if_icmpne 47
        45: .line 551
            iload 9 /* i */
            istore 7 /* parentSlash */
        46: .line 552
            goto 49
        47: .line 549
      StackMap locals:
      StackMap stack:
            iinc 9 /* i */ -1
      StackMap locals:
      StackMap stack:
        48: iload 9 /* i */
            iload 2 /* start */
            if_icmpge 44
        end local 9 // int i
        49: .line 556
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* state */
        50: .line 557
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        51: .line 559
            goto 66
      StackMap locals:
      StackMap stack:
        52: aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 46
            if_icmpne 64
        53: .line 560
            iload 4 /* state */
            ifne 56
        54: .line 561
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        55: .line 562
            goto 66
      StackMap locals:
      StackMap stack:
        56: iload 4 /* state */
            iconst_1
            if_icmpne 60
        57: .line 563
            iconst_3
            istore 4 /* state */
        58: .line 564
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        59: .line 565
            goto 66
      StackMap locals:
      StackMap stack:
        60: iload 4 /* state */
            iconst_3
            if_icmpne 66
        61: .line 566
            iconst_4
            istore 4 /* state */
        62: .line 567
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        63: .line 569
            goto 66
        64: .line 570
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        65: .line 571
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        66: .line 510
      StackMap locals:
      StackMap stack:
            iinc 8 /* pos */ 1
      StackMap locals:
      StackMap stack:
        67: iload 8 /* pos */
            iload 3 /* end */
            if_icmplt 17
        end local 8 // int pos
        68: .line 575
            aload 0 /* bc */
            iload 5 /* srcPos */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setEnd:(I)V
        69: .line 576
            iconst_1
            ireturn
        end local 7 // int parentSlash
        end local 6 // int lastSlash
        end local 5 // int srcPos
        end local 4 // int state
        end local 3 // int end
        end local 2 // int start
        end local 1 // byte[] bs
        end local 0 // org.glassfish.grizzly.http.util.ByteChunk bc
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   70     0           bc  Lorg/glassfish/grizzly/http/util/ByteChunk;
            1   70     1           bs  [B
            2   70     2        start  I
            3   70     3          end  I
           12   70     4        state  I
           13   70     5       srcPos  I
           14   70     6    lastSlash  I
           15   70     7  parentSlash  I
           16   68     8          pos  I
           43   49     9            i  I
    MethodParameters:
      Name  Flags
      bc    final

  public static boolean normalizeBuffer(org.glassfish.grizzly.http.util.BufferChunk);
    descriptor: (Lorg/glassfish/grizzly/http/util/BufferChunk;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=11, args_size=1
        start local 0 // org.glassfish.grizzly.http.util.BufferChunk bc
         0: .line 580
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getBuffer:()Lorg/glassfish/grizzly/Buffer;
            astore 1 /* bs */
        start local 1 // org.glassfish.grizzly.Buffer bs
         1: .line 581
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 582
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 585
            iload 2 /* start */
            iload 3 /* end */
            if_icmpne 5
         4: .line 586
            iconst_0
            ireturn
         5: .line 590
      StackMap locals: org.glassfish.grizzly.Buffer int int
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_1
            if_icmpne 7
            aload 1 /* bs */
            iload 2 /* start */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 42
            if_icmpne 7
         6: .line 591
            iconst_1
            ireturn
         7: .line 597
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmple 12
            aload 1 /* bs */
            iload 3 /* end */
            iconst_1
            isub
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 46
            if_icmpne 12
         8: .line 598
            aload 1 /* bs */
            iload 3 /* end */
            iconst_2
            isub
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            istore 4 /* b */
        start local 4 // byte b
         9: .line 599
            iload 4 /* b */
            bipush 47
            if_icmpeq 10
            iload 4 /* b */
            bipush 46
            if_icmpne 12
            aload 1 /* bs */
            iload 3 /* end */
            iconst_3
            isub
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 47
            if_icmpne 12
        10: .line 600
      StackMap locals: int
      StackMap stack:
            aload 1 /* bs */
            iload 3 /* end */
            bipush 47
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        11: .line 601
            iinc 3 /* end */ 1
        end local 4 // byte b
        12: .line 605
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        start local 4 // int state
        13: .line 606
            iload 2 /* start */
            istore 5 /* srcPos */
        start local 5 // int srcPos
        14: .line 608
            iconst_m1
            istore 6 /* lastSlash */
        start local 6 // int lastSlash
        15: .line 609
            iconst_m1
            istore 7 /* parentSlash */
        start local 7 // int parentSlash
        16: .line 611
            iload 2 /* start */
            istore 8 /* pos */
        start local 8 // int pos
        17: goto 69
        18: .line 612
      StackMap locals: org.glassfish.grizzly.http.util.BufferChunk org.glassfish.grizzly.Buffer int int int int int int int
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            istore 9 /* b */
        start local 9 // byte b
        19: .line 613
            iload 9 /* b */
            ifne 21
        20: .line 614
            iconst_0
            ireturn
        21: .line 616
      StackMap locals: int
      StackMap stack:
            iload 9 /* b */
            bipush 92
            if_icmpne 23
        22: .line 620
            iconst_0
            ireturn
        23: .line 624
      StackMap locals:
      StackMap stack:
            iload 9 /* b */
            bipush 47
            if_icmpne 54
        24: .line 625
            iload 4 /* state */
            ifne 31
        25: .line 626
            iconst_1
            istore 4 /* state */
        26: .line 627
            aload 1 /* bs */
            iload 5 /* srcPos */
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        27: .line 628
            iload 6 /* lastSlash */
            istore 7 /* parentSlash */
        28: .line 629
            iload 5 /* srcPos */
            istore 6 /* lastSlash */
        29: .line 630
            iinc 5 /* srcPos */ 1
        30: .line 631
            goto 68
      StackMap locals:
      StackMap stack:
        31: iload 4 /* state */
            iconst_1
            if_icmpne 35
        32: .line 635
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifne 68
        33: .line 636
            iinc 5 /* srcPos */ 1
        34: .line 638
            goto 68
      StackMap locals:
      StackMap stack:
        35: iload 4 /* state */
            iconst_3
            if_icmpne 38
        36: .line 640
            iinc 5 /* srcPos */ -1
        37: .line 641
            goto 68
      StackMap locals:
      StackMap stack:
        38: iload 4 /* state */
            iconst_4
            if_icmpne 68
        39: .line 643
            iload 7 /* parentSlash */
            iconst_m1
            if_icmpne 41
        40: .line 646
            iconst_0
            ireturn
        41: .line 648
      StackMap locals:
      StackMap stack:
            iload 7 /* parentSlash */
            istore 6 /* lastSlash */
        42: .line 649
            iload 7 /* parentSlash */
            istore 5 /* srcPos */
        43: .line 651
            iconst_m1
            istore 7 /* parentSlash */
        44: .line 652
            iload 6 /* lastSlash */
            iconst_1
            isub
            istore 10 /* i */
        start local 10 // int i
        45: goto 50
        46: .line 653
      StackMap locals: int
      StackMap stack:
            aload 1 /* bs */
            iload 10 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 47
            if_icmpne 49
        47: .line 654
            iload 10 /* i */
            istore 7 /* parentSlash */
        48: .line 655
            goto 51
        49: .line 652
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
        50: iload 10 /* i */
            iload 2 /* start */
            if_icmpge 46
        end local 10 // int i
        51: .line 659
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* state */
        52: .line 660
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        53: .line 662
            goto 68
      StackMap locals:
      StackMap stack:
        54: iload 9 /* b */
            bipush 46
            if_icmpne 66
        55: .line 663
            iload 4 /* state */
            ifne 58
        56: .line 664
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        57: .line 665
            goto 68
      StackMap locals:
      StackMap stack:
        58: iload 4 /* state */
            iconst_1
            if_icmpne 62
        59: .line 666
            iconst_3
            istore 4 /* state */
        60: .line 667
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        61: .line 668
            goto 68
      StackMap locals:
      StackMap stack:
        62: iload 4 /* state */
            iconst_3
            if_icmpne 68
        63: .line 669
            iconst_4
            istore 4 /* state */
        64: .line 670
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        65: .line 672
            goto 68
        66: .line 673
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        67: .line 674
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        end local 9 // byte b
        68: .line 611
      StackMap locals:
      StackMap stack:
            iinc 8 /* pos */ 1
      StackMap locals:
      StackMap stack:
        69: iload 8 /* pos */
            iload 3 /* end */
            if_icmplt 18
        end local 8 // int pos
        70: .line 678
            aload 0 /* bc */
            iload 5 /* srcPos */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.setEnd:(I)V
        71: .line 679
            iconst_1
            ireturn
        end local 7 // int parentSlash
        end local 6 // int lastSlash
        end local 5 // int srcPos
        end local 4 // int state
        end local 3 // int end
        end local 2 // int start
        end local 1 // org.glassfish.grizzly.Buffer bs
        end local 0 // org.glassfish.grizzly.http.util.BufferChunk bc
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   72     0           bc  Lorg/glassfish/grizzly/http/util/BufferChunk;
            1   72     1           bs  Lorg/glassfish/grizzly/Buffer;
            2   72     2        start  I
            3   72     3          end  I
            9   12     4            b  B
           13   72     4        state  I
           14   72     5       srcPos  I
           15   72     6    lastSlash  I
           16   72     7  parentSlash  I
           17   70     8          pos  I
           19   68     9            b  B
           45   51    10            i  I
    MethodParameters:
      Name  Flags
      bc    final

  static int[] $SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 45
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.glassfish.grizzly.http.util.DataChunk$Type.values:()[Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Buffer:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iconst_3
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Bytes:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iconst_2
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.glassfish.grizzly.http.util.DataChunk$Type.Chars:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iconst_4
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.glassfish.grizzly.http.util.DataChunk$Type.None:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iconst_1
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.glassfish.grizzly.http.util.DataChunk$Type.String:Lorg/glassfish/grizzly/http/util/DataChunk$Type;
            invokevirtual org.glassfish.grizzly.http.util.DataChunk$Type.ordinal:()I
            iconst_5
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            dup
            putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.$SWITCH_TABLE$org$glassfish$grizzly$http$util$DataChunk$Type:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
}
SourceFile: "HttpRequestURIDecoder.java"
InnerClasses:
  public final Type = org.glassfish.grizzly.http.util.DataChunk$Type of org.glassfish.grizzly.http.util.DataChunk