public final class io.undertow.client.ClientRequest extends io.undertow.util.AbstractAttachable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.client.ClientRequest
  super_class: io.undertow.util.AbstractAttachable
{
  private final io.undertow.util.HeaderMap requestHeaders;
    descriptor: Lio/undertow/util/HeaderMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String path;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private io.undertow.util.HttpString method;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0002) ACC_PRIVATE

  private io.undertow.util.HttpString protocol;
    descriptor: Lio/undertow/util/HttpString;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 36
            aload 0 /* this */
            invokespecial io.undertow.util.AbstractAttachable.<init>:()V
         1: .line 38
            aload 0 /* this */
            new io.undertow.util.HeaderMap
            dup
            invokespecial io.undertow.util.HeaderMap.<init>:()V
            putfield io.undertow.client.ClientRequest.requestHeaders:Lio/undertow/util/HeaderMap;
         2: .line 39
            aload 0 /* this */
            ldc "/"
            putfield io.undertow.client.ClientRequest.path:Ljava/lang/String;
         3: .line 40
            aload 0 /* this */
            getstatic io.undertow.util.Methods.GET:Lio/undertow/util/HttpString;
            putfield io.undertow.client.ClientRequest.method:Lio/undertow/util/HttpString;
         4: .line 41
            aload 0 /* this */
            getstatic io.undertow.util.Protocols.HTTP_1_1:Lio/undertow/util/HttpString;
            putfield io.undertow.client.ClientRequest.protocol:Lio/undertow/util/HttpString;
         5: .line 36
            return
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/undertow/client/ClientRequest;

  public io.undertow.util.HeaderMap getRequestHeaders();
    descriptor: ()Lio/undertow/util/HeaderMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 44
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.requestHeaders:Lio/undertow/util/HeaderMap;
            areturn
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/client/ClientRequest;

  public java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 48
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.path:Ljava/lang/String;
            areturn
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/client/ClientRequest;

  public io.undertow.util.HttpString getMethod();
    descriptor: ()Lio/undertow/util/HttpString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 52
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.method:Lio/undertow/util/HttpString;
            areturn
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/client/ClientRequest;

  public io.undertow.util.HttpString getProtocol();
    descriptor: ()Lio/undertow/util/HttpString;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 56
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.protocol:Lio/undertow/util/HttpString;
            areturn
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/undertow/client/ClientRequest;

  public io.undertow.client.ClientRequest setPath(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/undertow/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.client.ClientRequest this
        start local 1 // java.lang.String path
         0: .line 60
            aload 0 /* this */
            aload 1 /* path */
            putfield io.undertow.client.ClientRequest.path:Ljava/lang/String;
         1: .line 61
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String path
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/undertow/client/ClientRequest;
            0    2     1  path  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      path  

  public io.undertow.client.ClientRequest setMethod(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.client.ClientRequest this
        start local 1 // io.undertow.util.HttpString method
         0: .line 65
            aload 0 /* this */
            aload 1 /* method */
            putfield io.undertow.client.ClientRequest.method:Lio/undertow/util/HttpString;
         1: .line 66
            aload 0 /* this */
            areturn
        end local 1 // io.undertow.util.HttpString method
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/undertow/client/ClientRequest;
            0    2     1  method  Lio/undertow/util/HttpString;
    MethodParameters:
        Name  Flags
      method  

  public io.undertow.client.ClientRequest setProtocol(io.undertow.util.HttpString);
    descriptor: (Lio/undertow/util/HttpString;)Lio/undertow/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.undertow.client.ClientRequest this
        start local 1 // io.undertow.util.HttpString protocol
         0: .line 70
            aload 0 /* this */
            aload 1 /* protocol */
            putfield io.undertow.client.ClientRequest.protocol:Lio/undertow/util/HttpString;
         1: .line 71
            aload 0 /* this */
            areturn
        end local 1 // io.undertow.util.HttpString protocol
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/undertow/client/ClientRequest;
            0    2     1  protocol  Lio/undertow/util/HttpString;
    MethodParameters:
          Name  Flags
      protocol  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.undertow.client.ClientRequest this
         0: .line 76
            new java.lang.StringBuilder
            dup
            ldc "ClientRequest{path='"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.path:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         1: .line 77
            ldc ", method="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.method:Lio/undertow/util/HttpString;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 78
            ldc ", protocol="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.undertow.client.ClientRequest.protocol:Lio/undertow/util/HttpString;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         3: .line 79
            bipush 125
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         4: .line 76
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.undertow.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/undertow/client/ClientRequest;
}
SourceFile: "ClientRequest.java"