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 44
            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
         1: .line 43
            putstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
         2: .line 45
            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;
         3: .line 488
            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 40
            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 56
            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 57
            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 73
            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 75
            aload 0 /* decodedURI */
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.normalize:(Lorg/glassfish/grizzly/http/util/MessageBytes;)Z
            ifne 3
         2: .line 76
            new java.io.IOException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 79
      StackMap locals:
      StackMap stack:
            aload 2 /* encoding */
            ifnonnull 5
         4: .line 80
            ldc "utf-8"
            astore 2 /* encoding */
         5: .line 83
      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 86
            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 87
            new java.io.IOException
            dup
            ldc "Invalid URI character encoding"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 89
      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 98
            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 99
            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 109
            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 110
            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 179
            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 180
            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 181
            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 183
            aload 1 /* encoding */
            ifnull 19
            aload 1 /* encoding */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifeq 19
         4: .line 184
            ldc "ISO-8859-1"
            aload 1 /* encoding */
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 19
         5: .line 186
            aload 2 /* b2cConverter */
            ifnonnull 10
         6: .line 187
            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 */
         7: .line 189
            goto 10
      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
         8: pop
         9: .line 191
            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
        10: .line 193
      StackMap locals:
      StackMap stack:
            aload 2 /* b2cConverter */
            ifnull 19
        11: .line 195
            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
        12: .line 196
            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
        13: .line 197
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getLength:()I
        14: .line 196
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.setChars:([CII)V
        15: .line 198
            return
        16: .line 199
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
        17: .line 200
            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
        18: .line 201
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.recycle:()V
        19: .line 207
      StackMap locals:
      StackMap stack:
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 5 /* bbuf */
        start local 5 // byte[] bbuf
        20: .line 208
            aload 4 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 6 /* cbuf */
        start local 6 // char[] cbuf
        21: .line 209
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 7 /* start */
        start local 7 // int start
        22: .line 210
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        23: goto 26
        24: .line 211
      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
        25: .line 210
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        26: iload 8 /* i */
            aload 3 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getLength:()I
            if_icmplt 24
        end local 8 // int i
        27: .line 213
            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
        28: .line 215
            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   29     0           uri  Lorg/glassfish/grizzly/http/util/MessageBytes;
            0   29     1      encoding  Ljava/lang/String;
            0   29     2  b2cConverter  Lorg/glassfish/grizzly/http/util/B2CConverter;
            1   29     3            bc  Lorg/glassfish/grizzly/http/util/ByteChunk;
            2   29     4            cc  Lorg/glassfish/grizzly/http/util/CharChunk;
           20   29     5          bbuf  [B
           21   29     6          cbuf  [C
           22   29     7         start  I
           23   27     8             i  I
      Exception table:
        from    to  target  type
           5     7       8  Class java.io.IOException
          11    15      16  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 229
            aload 0 /* uriMB */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            istore 1 /* type */
        start local 1 // int type
         1: .line 230
            iload 1 /* type */
            iconst_3
            if_icmpne 3
         2: .line 231
            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 233
      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 249
            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 251
      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 253
      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 256
      StackMap locals:
      StackMap stack:
            aload 0 /* dataChunk */
            aconst_null
            invokevirtual org.glassfish.grizzly.http.util.DataChunk.toChars:(Ljava/nio/charset/Charset;)V
         4: .line 257
            goto 7
      StackMap locals:
      StackMap stack: java.io.CharConversionException
         5: astore 1 /* unexpected */
        start local 1 // java.io.CharConversionException unexpected
         6: .line 259
            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 263
      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 265
      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 281
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
            astore 1 /* c */
        start local 1 // char[] c
         1: .line 282
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 283
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 288
            iload 2 /* start */
            istore 4 /* pos */
        start local 4 // int pos
         4: goto 10
         5: .line 289
      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 290
            iconst_0
            ireturn
         7: .line 292
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            ifne 9
         8: .line 293
            iconst_0
            ireturn
         9: .line 288
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* pos */
            iload 3 /* end */
            if_icmplt 5
        11: .line 297
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifeq 18
        12: .line 299
            iload 2 /* start */
            istore 4 /* pos */
            goto 17
        13: .line 300
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 16
        14: .line 301
            aload 1 /* c */
            iload 4 /* pos */
            iconst_1
            iadd
            caload
            bipush 47
            if_icmpne 16
        15: .line 302
            iconst_0
            ireturn
        16: .line 299
      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 309
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmplt 23
            aload 1 /* c */
            iload 3 /* end */
            iconst_1
            isub
            caload
            bipush 46
            if_icmpne 23
        19: .line 310
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 47
            if_icmpeq 22
        20: .line 311
            aload 1 /* c */
            iload 3 /* end */
            iconst_2
            isub
            caload
            bipush 46
            if_icmpne 23
        21: .line 312
            aload 1 /* c */
            iload 3 /* end */
            iconst_3
            isub
            caload
            bipush 47
            if_icmpne 23
        22: .line 313
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        23: .line 318
      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 24
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
        24: 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   25     0  uriCC  Lorg/glassfish/grizzly/http/util/CharChunk;
            1   25     1      c  [C
            2   25     2  start  I
            3   25     3    end  I
            4   25     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 323
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getChars:()[C
            astore 1 /* c */
        start local 1 // char[] c
         1: .line 324
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 325
            aload 0 /* uriCC */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 328
            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 329
            iconst_1
            ireturn
         5: .line 337
      StackMap locals: char[] int int
      StackMap stack:
            iload 2 /* start */
            istore 4 /* pos */
        start local 4 // int pos
         6: goto 12
         7: .line 338
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 92
            if_icmpne 9
         8: .line 342
            iconst_0
            ireturn
         9: .line 345
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            ifne 11
        10: .line 346
            iconst_0
            ireturn
        11: .line 337
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* pos */
            iload 3 /* end */
            if_icmplt 7
        13: .line 351
            aload 1 /* c */
            iload 2 /* start */
            caload
            bipush 47
            if_icmpeq 15
        14: .line 352
            iconst_0
            ireturn
        15: .line 356
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifeq 24
        16: .line 357
            iload 2 /* start */
            istore 4 /* pos */
            goto 23
        17: .line 358
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 22
        18: .line 359
            goto 21
        19: .line 360
      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 361
            iinc 3 /* end */ -1
        21: .line 359
      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 357
      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 370
      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 371
            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 372
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 3 /* end */
            bipush 47
            castore
        27: .line 373
            iinc 3 /* end */ 1
        28: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        29: .line 379
            iconst_0
            istore 5 /* index */
        start local 5 // int index
        30: .line 383
      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 384
            iload 5 /* index */
            ifge 33
        32: .line 385
            goto 39
        33: .line 387
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_2
            iadd
        34: .line 388
            iload 3 /* end */
            iload 2 /* start */
            isub
            iload 5 /* index */
            isub
            iconst_2
            isub
        35: .line 387
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
        36: .line 389
            iinc 3 /* end */ -2
        37: .line 390
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        38: .line 382
            goto 30
        39: .line 393
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* index */
        40: .line 397
      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 */
        41: .line 398
            iload 5 /* index */
            ifge 43
        42: .line 399
            goto 58
        43: .line 402
      StackMap locals:
      StackMap stack:
            iload 5 /* index */
            ifne 45
        44: .line 403
            iconst_0
            ireturn
        45: .line 405
      StackMap locals:
      StackMap stack:
            iconst_m1
            istore 6 /* index2 */
        start local 6 // int index2
        46: .line 406
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_1
            isub
            istore 4 /* pos */
            goto 50
        47: .line 407
      StackMap locals: int
      StackMap stack:
            aload 1 /* c */
            iload 4 /* pos */
            caload
            bipush 47
            if_icmpne 49
        48: .line 408
            iload 4 /* pos */
            istore 6 /* index2 */
        49: .line 406
      StackMap locals:
      StackMap stack:
            iinc 4 /* pos */ -1
      StackMap locals:
      StackMap stack:
        50: iload 4 /* pos */
            iflt 51
            iload 6 /* index2 */
            iflt 47
        51: .line 411
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            iload 2 /* start */
            iload 6 /* index2 */
            iadd
            iload 2 /* start */
            iload 5 /* index */
            iadd
            iconst_3
            iadd
        52: .line 412
            iload 3 /* end */
            iload 2 /* start */
            isub
            iload 5 /* index */
            isub
            iconst_3
            isub
        53: .line 411
            invokestatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.copyChars:([CIII)V
        54: .line 413
            iload 3 /* end */
            iload 6 /* index2 */
            iadd
            iload 5 /* index */
            isub
            iconst_3
            isub
            istore 3 /* end */
        55: .line 414
            aload 0 /* uriCC */
            iload 3 /* end */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.setEnd:(I)V
        56: .line 415
            iload 6 /* index2 */
            istore 5 /* index */
        end local 6 // int index2
        57: .line 396
            goto 40
        58: .line 418
      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
        59: .line 420
            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   60     0   uriCC  Lorg/glassfish/grizzly/http/util/CharChunk;
            1   60     1       c  [C
            2   60     2   start  I
            3   60     3     end  I
            6   60     4     pos  I
           30   60     5   index  I
           46   57     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 430
            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 431
            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 438
            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 439
            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 447
            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 448
            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 457
            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 458
            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 466
            aload 1 /* mb */
            invokevirtual org.glassfish.grizzly.http.util.MessageBytes.getType:()I
            iconst_2
            if_icmpeq 2
         1: .line 467
            return
         2: .line 470
      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 471
            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 472
            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 475
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBuffer:()[B
            astore 4 /* bbuf */
        start local 4 // byte[] bbuf
         6: .line 476
            aload 3 /* cc */
            invokevirtual org.glassfish.grizzly.http.util.CharChunk.getBuffer:()[C
            astore 5 /* cbuf */
        start local 5 // char[] cbuf
         7: .line 477
            aload 2 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 6 /* start */
        start local 6 // int start
         8: .line 478
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         9: goto 12
        10: .line 479
      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 478
            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 481
            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 483
            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 491
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getBytes:()[B
            astore 1 /* bs */
        start local 1 // byte[] bs
         1: .line 492
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 493
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 496
            iload 2 /* start */
            iload 3 /* end */
            if_icmpne 5
         4: .line 497
            iconst_0
            ireturn
         5: .line 501
      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 502
            iconst_1
            ireturn
         7: .line 508
      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 509
            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 510
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 3 /* end */
            bipush 47
            bastore
        10: .line 511
            iinc 3 /* end */ 1
        11: .line 515
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        start local 4 // int state
        12: .line 516
            iload 2 /* start */
            istore 5 /* srcPos */
        start local 5 // int srcPos
        13: .line 518
            iconst_m1
            istore 6 /* lastSlash */
        start local 6 // int lastSlash
        14: .line 519
            iconst_m1
            istore 7 /* parentSlash */
        start local 7 // int parentSlash
        15: .line 521
            iload 2 /* start */
            istore 8 /* pos */
        start local 8 // int pos
        16: goto 67
        17: .line 522
      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 523
            iconst_0
            ireturn
        19: .line 525
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 92
            if_icmpne 21
        20: .line 529
            iconst_0
            ireturn
        21: .line 532
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 47
            if_icmpne 52
        22: .line 533
            iload 4 /* state */
            ifne 29
        23: .line 534
            iconst_1
            istore 4 /* state */
        24: .line 535
            aload 1 /* bs */
            iload 5 /* srcPos */
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        25: .line 536
            iload 6 /* lastSlash */
            istore 7 /* parentSlash */
        26: .line 537
            iload 5 /* srcPos */
            istore 6 /* lastSlash */
        27: .line 538
            iinc 5 /* srcPos */ 1
        28: .line 539
            goto 66
      StackMap locals:
      StackMap stack:
        29: iload 4 /* state */
            iconst_1
            if_icmpne 33
        30: .line 543
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifne 66
        31: .line 544
            iinc 5 /* srcPos */ 1
        32: .line 546
            goto 66
      StackMap locals:
      StackMap stack:
        33: iload 4 /* state */
            iconst_3
            if_icmpne 36
        34: .line 548
            iinc 5 /* srcPos */ -1
        35: .line 549
            goto 66
      StackMap locals:
      StackMap stack:
        36: iload 4 /* state */
            iconst_4
            if_icmpne 66
        37: .line 551
            iload 7 /* parentSlash */
            iconst_m1
            if_icmpne 39
        38: .line 554
            iconst_0
            ireturn
        39: .line 556
      StackMap locals:
      StackMap stack:
            iload 7 /* parentSlash */
            istore 6 /* lastSlash */
        40: .line 557
            iload 7 /* parentSlash */
            istore 5 /* srcPos */
        41: .line 559
            iconst_m1
            istore 7 /* parentSlash */
        42: .line 560
            iload 6 /* lastSlash */
            iconst_1
            isub
            istore 9 /* i */
        start local 9 // int i
        43: goto 48
        44: .line 561
      StackMap locals: int
      StackMap stack:
            aload 1 /* bs */
            iload 9 /* i */
            baload
            bipush 47
            if_icmpne 47
        45: .line 562
            iload 9 /* i */
            istore 7 /* parentSlash */
        46: .line 563
            goto 49
        47: .line 560
      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 567
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* state */
        50: .line 568
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        51: .line 570
            goto 66
      StackMap locals:
      StackMap stack:
        52: aload 1 /* bs */
            iload 8 /* pos */
            baload
            bipush 46
            if_icmpne 64
        53: .line 571
            iload 4 /* state */
            ifne 56
        54: .line 572
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        55: .line 573
            goto 66
      StackMap locals:
      StackMap stack:
        56: iload 4 /* state */
            iconst_1
            if_icmpne 60
        57: .line 574
            iconst_3
            istore 4 /* state */
        58: .line 575
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        59: .line 576
            goto 66
      StackMap locals:
      StackMap stack:
        60: iload 4 /* state */
            iconst_3
            if_icmpne 66
        61: .line 577
            iconst_4
            istore 4 /* state */
        62: .line 578
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        63: .line 580
            goto 66
        64: .line 581
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        65: .line 582
            aload 1 /* bs */
            iload 5 /* srcPos */
            iinc 5 /* srcPos */ 1
            aload 1 /* bs */
            iload 8 /* pos */
            baload
            bastore
        66: .line 521
      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 586
            aload 0 /* bc */
            iload 5 /* srcPos */
            invokevirtual org.glassfish.grizzly.http.util.ByteChunk.setEnd:(I)V
        69: .line 587
            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 591
            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 592
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getStart:()I
            istore 2 /* start */
        start local 2 // int start
         2: .line 593
            aload 0 /* bc */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.getEnd:()I
            istore 3 /* end */
        start local 3 // int end
         3: .line 596
            iload 2 /* start */
            iload 3 /* end */
            if_icmpne 5
         4: .line 597
            iconst_0
            ireturn
         5: .line 601
      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 602
            iconst_1
            ireturn
         7: .line 608
      StackMap locals:
      StackMap stack:
            iload 3 /* end */
            iload 2 /* start */
            isub
            iconst_2
            if_icmple 14
            aload 1 /* bs */
            iload 3 /* end */
            iconst_1
            isub
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 46
            if_icmpne 14
         8: .line 609
            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 610
            iload 4 /* b */
            bipush 47
            if_icmpeq 12
        10: .line 611
            iload 4 /* b */
            bipush 46
            if_icmpne 14
        11: .line 612
            aload 1 /* bs */
            iload 3 /* end */
            iconst_3
            isub
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 47
            if_icmpne 14
        12: .line 613
      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
        13: .line 614
            iinc 3 /* end */ 1
        end local 4 // byte b
        14: .line 618
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        start local 4 // int state
        15: .line 619
            iload 2 /* start */
            istore 5 /* srcPos */
        start local 5 // int srcPos
        16: .line 621
            iconst_m1
            istore 6 /* lastSlash */
        start local 6 // int lastSlash
        17: .line 622
            iconst_m1
            istore 7 /* parentSlash */
        start local 7 // int parentSlash
        18: .line 624
            iload 2 /* start */
            istore 8 /* pos */
        start local 8 // int pos
        19: goto 71
        20: .line 625
      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
        21: .line 626
            iload 9 /* b */
            ifne 23
        22: .line 627
            iconst_0
            ireturn
        23: .line 629
      StackMap locals: int
      StackMap stack:
            iload 9 /* b */
            bipush 92
            if_icmpne 25
        24: .line 633
            iconst_0
            ireturn
        25: .line 637
      StackMap locals:
      StackMap stack:
            iload 9 /* b */
            bipush 47
            if_icmpne 56
        26: .line 638
            iload 4 /* state */
            ifne 33
        27: .line 639
            iconst_1
            istore 4 /* state */
        28: .line 640
            aload 1 /* bs */
            iload 5 /* srcPos */
            iload 9 /* b */
            invokeinterface org.glassfish.grizzly.Buffer.put:(IB)Lorg/glassfish/grizzly/Buffer;
            pop
        29: .line 641
            iload 6 /* lastSlash */
            istore 7 /* parentSlash */
        30: .line 642
            iload 5 /* srcPos */
            istore 6 /* lastSlash */
        31: .line 643
            iinc 5 /* srcPos */ 1
        32: .line 644
            goto 70
      StackMap locals:
      StackMap stack:
        33: iload 4 /* state */
            iconst_1
            if_icmpne 37
        34: .line 648
            getstatic org.glassfish.grizzly.http.util.HttpRequestURIDecoder.COLLAPSE_ADJACENT_SLASHES:Z
            ifne 70
        35: .line 649
            iinc 5 /* srcPos */ 1
        36: .line 651
            goto 70
      StackMap locals:
      StackMap stack:
        37: iload 4 /* state */
            iconst_3
            if_icmpne 40
        38: .line 653
            iinc 5 /* srcPos */ -1
        39: .line 654
            goto 70
      StackMap locals:
      StackMap stack:
        40: iload 4 /* state */
            iconst_4
            if_icmpne 70
        41: .line 656
            iload 7 /* parentSlash */
            iconst_m1
            if_icmpne 43
        42: .line 659
            iconst_0
            ireturn
        43: .line 661
      StackMap locals:
      StackMap stack:
            iload 7 /* parentSlash */
            istore 6 /* lastSlash */
        44: .line 662
            iload 7 /* parentSlash */
            istore 5 /* srcPos */
        45: .line 664
            iconst_m1
            istore 7 /* parentSlash */
        46: .line 665
            iload 6 /* lastSlash */
            iconst_1
            isub
            istore 10 /* i */
        start local 10 // int i
        47: goto 52
        48: .line 666
      StackMap locals: int
      StackMap stack:
            aload 1 /* bs */
            iload 10 /* i */
            invokeinterface org.glassfish.grizzly.Buffer.get:(I)B
            bipush 47
            if_icmpne 51
        49: .line 667
            iload 10 /* i */
            istore 7 /* parentSlash */
        50: .line 668
            goto 53
        51: .line 665
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ -1
      StackMap locals:
      StackMap stack:
        52: iload 10 /* i */
            iload 2 /* start */
            if_icmpge 48
        end local 10 // int i
        53: .line 672
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* state */
        54: .line 673
            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
        55: .line 675
            goto 70
      StackMap locals:
      StackMap stack:
        56: iload 9 /* b */
            bipush 46
            if_icmpne 68
        57: .line 676
            iload 4 /* state */
            ifne 60
        58: .line 677
            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
        59: .line 678
            goto 70
      StackMap locals:
      StackMap stack:
        60: iload 4 /* state */
            iconst_1
            if_icmpne 64
        61: .line 679
            iconst_3
            istore 4 /* state */
        62: .line 680
            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
        63: .line 681
            goto 70
      StackMap locals:
      StackMap stack:
        64: iload 4 /* state */
            iconst_3
            if_icmpne 70
        65: .line 682
            iconst_4
            istore 4 /* state */
        66: .line 683
            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
        67: .line 685
            goto 70
        68: .line 686
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* state */
        69: .line 687
            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
        70: .line 624
      StackMap locals:
      StackMap stack:
            iinc 8 /* pos */ 1
      StackMap locals:
      StackMap stack:
        71: iload 8 /* pos */
            iload 3 /* end */
            if_icmplt 20
        end local 8 // int pos
        72: .line 691
            aload 0 /* bc */
            iload 5 /* srcPos */
            invokevirtual org.glassfish.grizzly.http.util.BufferChunk.setEnd:(I)V
        73: .line 692
            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   74     0           bc  Lorg/glassfish/grizzly/http/util/BufferChunk;
            1   74     1           bs  Lorg/glassfish/grizzly/Buffer;
            2   74     2        start  I
            3   74     3          end  I
            9   14     4            b  B
           15   74     4        state  I
           16   74     5       srcPos  I
           17   74     6    lastSlash  I
           18   74     7  parentSlash  I
           19   72     8          pos  I
           21   70     9            b  B
           47   53    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 40
            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