class io.undertow.server.protocol.ajp.AjpRequestParseState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.undertow.server.protocol.ajp.AjpRequestParseState
  super_class: java.lang.Object
{
  public static final int BEGIN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int READING_MAGIC_NUMBER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int READING_DATA_SIZE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int READING_PREFIX_CODE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int READING_METHOD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int READING_PROTOCOL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int READING_REQUEST_URI;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int READING_REMOTE_ADDR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int READING_REMOTE_HOST;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int READING_SERVER_NAME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int READING_SERVER_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int READING_IS_SSL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int READING_NUM_HEADERS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int READING_HEADERS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int READING_ATTRIBUTES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int DONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  int state;
    descriptor: I
    flags: (0x0000) 

  byte prefix;
    descriptor: B
    flags: (0x0000) 

  int dataSize;
    descriptor: I
    flags: (0x0000) 

  int numHeaders;
    descriptor: I
    flags: (0x0000) 

  io.undertow.util.HttpString currentHeader;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0000) 

  java.lang.String currentAttribute;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  java.util.Map<java.lang.String, java.lang.String> attributes;
    descriptor: Ljava/util/Map;
    flags: (0x0000) 
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

  java.lang.String remoteAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  int remotePort;
    descriptor: I
    flags: (0x0000) 

  int serverPort;
    descriptor: I
    flags: (0x0000) 

  java.lang.String serverAddress;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public int stringLength;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private java.lang.StringBuilder currentString;
    descriptor: Ljava/lang/StringBuilder;
    flags: (0x0002) ACC_PRIVATE

  public int currentIntegerPart;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  boolean containsUrlCharacters;
    descriptor: Z
    flags: (0x0000) 

  public int readHeaders;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String sslSessionId;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String sslCipher;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String sslCert;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public java.lang.String sslKeySize;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  boolean badRequest;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 34
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 60
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.numHeaders:I
         2: .line 70
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.remotePort:I
         3: .line 71
            aload 0 /* this */
            bipush 80
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.serverPort:I
         4: .line 77
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.stringLength:I
         5: .line 82
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
         6: .line 88
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentIntegerPart:I
         7: .line 90
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.containsUrlCharacters:Z
         8: .line 91
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.readHeaders:I
         9: .line 34
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 99
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.stringLength:I
         1: .line 100
            aload 0 /* this */
            iconst_m1
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentIntegerPart:I
         2: .line 101
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.readHeaders:I
         3: .line 102
            aload 0 /* this */
            iconst_0
            putfield io.undertow.server.protocol.ajp.AjpRequestParseState.badRequest:Z
         4: .line 103
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         5: .line 104
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;

  public boolean isComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 106
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.state:I
            bipush 15
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;

  io.undertow.server.BasicSSLSessionInfo createSslSessionInfo();
    descriptor: ()Lio/undertow/server/BasicSSLSessionInfo;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 110
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.sslSessionId:Ljava/lang/String;
            astore 1 /* sessionId */
        start local 1 // java.lang.String sessionId
         1: .line 111
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.sslCipher:Ljava/lang/String;
            astore 2 /* cypher */
        start local 2 // java.lang.String cypher
         2: .line 112
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.sslCert:Ljava/lang/String;
            astore 3 /* cert */
        start local 3 // java.lang.String cert
         3: .line 113
            aload 3 /* cert */
            ifnonnull 5
            aload 1 /* sessionId */
            ifnonnull 5
         4: .line 114
            aconst_null
            areturn
         5: .line 117
      StackMap locals: java.lang.String java.lang.String java.lang.String
      StackMap stack:
            new io.undertow.server.BasicSSLSessionInfo
            dup
            aload 1 /* sessionId */
            aload 2 /* cypher */
            aload 3 /* cert */
            invokespecial io.undertow.server.BasicSSLSessionInfo.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         6: areturn
         7: .line 118
      StackMap locals:
      StackMap stack: java.security.cert.CertificateException
            pop
         8: .line 119
            aconst_null
            areturn
         9: .line 120
      StackMap locals:
      StackMap stack: javax.security.cert.CertificateException
            pop
        10: .line 121
            aconst_null
            areturn
        end local 3 // java.lang.String cert
        end local 2 // java.lang.String cypher
        end local 1 // java.lang.String sessionId
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;
            1   11     1  sessionId  Ljava/lang/String;
            2   11     2     cypher  Ljava/lang/String;
            3   11     3       cert  Ljava/lang/String;
      Exception table:
        from    to  target  type
           5     6       7  Class java.security.cert.CertificateException
           5     6       9  Class javax.security.cert.CertificateException

  java.net.InetSocketAddress createPeerAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 126
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.remoteAddress:Ljava/lang/String;
            ifnonnull 2
         1: .line 127
            aconst_null
            areturn
         2: .line 129
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.remotePort:I
            ifle 3
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.remotePort:I
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 1 /* port */
        start local 1 // int port
         5: .line 131
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.remoteAddress:Ljava/lang/String;
            invokestatic java.net.InetAddress.getByName:(Ljava/lang/String;)Ljava/net/InetAddress;
            astore 2 /* address */
        start local 2 // java.net.InetAddress address
         6: .line 132
            new java.net.InetSocketAddress
            dup
            aload 2 /* address */
            iload 1 /* port */
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
         7: areturn
        end local 2 // java.net.InetAddress address
         8: .line 133
      StackMap locals: io.undertow.server.protocol.ajp.AjpRequestParseState int
      StackMap stack: java.net.UnknownHostException
            pop
         9: .line 134
            aconst_null
            areturn
        end local 1 // int port
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;
            5   10     1     port  I
            6    8     2  address  Ljava/net/InetAddress;
      Exception table:
        from    to  target  type
           5     7       8  Class java.net.UnknownHostException

  java.net.InetSocketAddress createDestinationAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 139
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.serverAddress:Ljava/lang/String;
            ifnonnull 2
         1: .line 140
            aconst_null
            areturn
         2: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.serverAddress:Ljava/lang/String;
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.serverPort:I
            invokestatic java.net.InetSocketAddress.createUnresolved:(Ljava/lang/String;I)Ljava/net/InetSocketAddress;
            areturn
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;

  public void addStringByte(byte);
    descriptor: (B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
        start local 1 // byte b
         0: .line 146
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
            iload 1 /* b */
            sipush 255
            iand
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
         1: .line 147
            return
        end local 1 // byte b
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;
            0    2     1     b  B
    MethodParameters:
      Name  Flags
      b     

  public java.lang.String getStringAndClear();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 150
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 151
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
            iconst_0
            invokevirtual java.lang.StringBuilder.setLength:(I)V
         2: .line 152
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;
            1    3     1   ret  Ljava/lang/String;
    Exceptions:
      throws java.io.UnsupportedEncodingException

  public int getCurrentStringLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
         0: .line 156
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpRequestParseState.currentString:Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.length:()I
            ireturn
        end local 0 // io.undertow.server.protocol.ajp.AjpRequestParseState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/server/protocol/ajp/AjpRequestParseState;
}
SourceFile: "AjpRequestParseState.java"