public class org.jboss.resteasy.client.ClientRequest extends org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl implements java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.client.ClientRequest
  super_class: org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
{
  protected org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory;
    descriptor: Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    flags: (0x0004) ACC_PROTECTED

  protected org.jboss.resteasy.specimpl.ResteasyUriBuilder uri;
    descriptor: Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
    flags: (0x0004) ACC_PROTECTED

  protected org.jboss.resteasy.client.ClientExecutor executor;
    descriptor: Lorg/jboss/resteasy/client/ClientExecutor;
    flags: (0x0004) ACC_PROTECTED

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> headers;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> queryParameters;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> formParameters;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> pathParameters;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> matrixParameters;
    descriptor: Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  protected java.lang.Object body;
    descriptor: Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Class bodyType;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.reflect.Type bodyGenericType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.annotation.Annotation[] bodyAnnotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x0004) ACC_PROTECTED

  protected javax.ws.rs.core.MediaType bodyContentType;
    descriptor: Ljavax/ws/rs/core/MediaType;
    flags: (0x0004) ACC_PROTECTED

  protected boolean followRedirects;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String httpMethod;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String finalUri;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.List<java.lang.String> pathParameterList;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Ljava/lang/String;>;

  protected org.jboss.resteasy.spi.LinkHeader linkHeader;
    descriptor: Lorg/jboss/resteasy/spi/LinkHeader;
    flags: (0x0004) ACC_PROTECTED

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

  private static java.lang.String defaultExecutorClasss;
    descriptor: Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 77
            ldc "org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor"
            putstatic org.jboss.resteasy.client.ClientRequest.defaultExecutorClasss:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static void setDefaultExecutorClass(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.String classname
         0: .line 86
            aload 0 /* classname */
            putstatic org.jboss.resteasy.client.ClientRequest.defaultExecutorClasss:Ljava/lang/String;
         1: .line 87
            return
        end local 0 // java.lang.String classname
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0  classname  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      classname  

  public static org.jboss.resteasy.client.ClientExecutor getDefaultExecutor();
    descriptor: ()Lorg/jboss/resteasy/client/ClientExecutor;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 93
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getContextClassLoader:()Ljava/lang/ClassLoader;
            getstatic org.jboss.resteasy.client.ClientRequest.defaultExecutorClasss:Ljava/lang/String;
            invokevirtual java.lang.ClassLoader.loadClass:(Ljava/lang/String;)Ljava/lang/Class;
            astore 0 /* clazz */
        start local 0 // java.lang.Class clazz
         1: .line 94
            aload 0 /* clazz */
            invokevirtual java.lang.Class.newInstance:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.client.ClientExecutor
         2: areturn
        end local 0 // java.lang.Class clazz
         3: .line 96
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 0 /* e */
        start local 0 // java.lang.Exception e
         4: .line 98
            new java.lang.RuntimeException
            dup
            aload 0 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.Exception e
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    3     0  clazz  Ljava/lang/Class<*>;
            4    5     0      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Exception

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String uriTemplate
         0: .line 104
            aload 0 /* this */
            aload 1 /* uriTemplate */
            invokestatic org.jboss.resteasy.client.ClientRequest.getDefaultExecutor:()Lorg/jboss/resteasy/client/ClientExecutor;
            invokespecial org.jboss.resteasy.client.ClientRequest.<init>:(Ljava/lang/String;Lorg/jboss/resteasy/client/ClientExecutor;)V
         1: .line 105
            return
        end local 1 // java.lang.String uriTemplate
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  uriTemplate  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      uriTemplate  

  public void <init>(java.lang.String, org.jboss.resteasy.client.ClientExecutor);
    descriptor: (Ljava/lang/String;Lorg/jboss/resteasy/client/ClientExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String uriTemplate
        start local 2 // org.jboss.resteasy.client.ClientExecutor executor
         0: .line 109
            aload 0 /* this */
            aload 1 /* uriTemplate */
            invokestatic org.jboss.resteasy.client.ClientRequest.getBuilder:(Ljava/lang/String;)Ljavax/ws/rs/core/UriBuilder;
            aload 2 /* executor */
            invokespecial org.jboss.resteasy.client.ClientRequest.<init>:(Ljavax/ws/rs/core/UriBuilder;Lorg/jboss/resteasy/client/ClientExecutor;)V
         1: .line 110
            return
        end local 2 // org.jboss.resteasy.client.ClientExecutor executor
        end local 1 // java.lang.String uriTemplate
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  uriTemplate  Ljava/lang/String;
            0    2     2     executor  Lorg/jboss/resteasy/client/ClientExecutor;
    MethodParameters:
             Name  Flags
      uriTemplate  
      executor     

  public void <init>(javax.ws.rs.core.UriBuilder, org.jboss.resteasy.client.ClientExecutor);
    descriptor: (Ljavax/ws/rs/core/UriBuilder;Lorg/jboss/resteasy/client/ClientExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.UriBuilder uri
        start local 2 // org.jboss.resteasy.client.ClientExecutor executor
         0: .line 114
            aload 0 /* this */
            aload 1 /* uri */
            aload 2 /* executor */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.getInstance:()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokespecial org.jboss.resteasy.client.ClientRequest.<init>:(Ljavax/ws/rs/core/UriBuilder;Lorg/jboss/resteasy/client/ClientExecutor;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
         1: .line 115
            return
        end local 2 // org.jboss.resteasy.client.ClientExecutor executor
        end local 1 // javax.ws.rs.core.UriBuilder uri
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1       uri  Ljavax/ws/rs/core/UriBuilder;
            0    2     2  executor  Lorg/jboss/resteasy/client/ClientExecutor;
    MethodParameters:
          Name  Flags
      uri       
      executor  

  public void <init>(javax.ws.rs.core.UriBuilder, org.jboss.resteasy.client.ClientExecutor, org.jboss.resteasy.spi.ResteasyProviderFactory);
    descriptor: (Ljavax/ws/rs/core/UriBuilder;Lorg/jboss/resteasy/client/ClientExecutor;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.UriBuilder uri
        start local 2 // org.jboss.resteasy.client.ClientExecutor executor
        start local 3 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
         0: .line 117
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl.<init>:()V
         1: .line 75
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.attributes:Ljava/util/Map;
         2: .line 120
            aload 0 /* this */
            aload 1 /* uri */
            checkcast org.jboss.resteasy.specimpl.ResteasyUriBuilder
            putfield org.jboss.resteasy.client.ClientRequest.uri:Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
         3: .line 121
            aload 0 /* this */
            aload 2 /* executor */
            putfield org.jboss.resteasy.client.ClientRequest.executor:Lorg/jboss/resteasy/client/ClientExecutor;
         4: .line 122
            aload 3 /* providerFactory */
            instanceof org.jboss.resteasy.spi.ProviderFactoryDelegate
            ifeq 9
         5: .line 124
            aload 0 /* this */
            aload 3 /* providerFactory */
            checkcast org.jboss.resteasy.spi.ProviderFactoryDelegate
         6: .line 125
            invokeinterface org.jboss.resteasy.spi.ProviderFactoryDelegate.getDelegate:()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
         7: .line 124
            putfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
         8: .line 126
            goto 10
         9: .line 129
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.core.UriBuilder org.jboss.resteasy.client.ClientExecutor org.jboss.resteasy.spi.ResteasyProviderFactory
      StackMap stack:
            aload 0 /* this */
            aload 3 /* providerFactory */
            putfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
        10: .line 131
      StackMap locals:
      StackMap stack:
            return
        end local 3 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
        end local 2 // org.jboss.resteasy.client.ClientExecutor executor
        end local 1 // javax.ws.rs.core.UriBuilder uri
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/jboss/resteasy/client/ClientRequest;
            0   11     1              uri  Ljavax/ws/rs/core/UriBuilder;
            0   11     2         executor  Lorg/jboss/resteasy/client/ClientExecutor;
            0   11     3  providerFactory  Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    MethodParameters:
                 Name  Flags
      uri              
      executor         
      providerFactory  

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 138
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
         1: .line 139
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 140
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.formParameters:Ljavax/ws/rs/core/MultivaluedMap;
         3: .line 141
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
         4: .line 142
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
         5: .line 143
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.body:Ljava/lang/Object;
         6: .line 144
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.bodyType:Ljava/lang/Class;
         7: .line 145
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.bodyGenericType:Ljava/lang/reflect/Type;
         8: .line 146
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.bodyAnnotations:[Ljava/lang/annotation/Annotation;
         9: .line 147
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.bodyContentType:Ljavax/ws/rs/core/MediaType;
        10: .line 148
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.httpMethod:Ljava/lang/String;
        11: .line 149
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
        12: .line 150
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
        13: .line 151
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
        14: .line 153
            return
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  private static javax.ws.rs.core.UriBuilder getBuilder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/ws/rs/core/UriBuilder;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String uriTemplate
         0: .line 158
            new org.jboss.resteasy.specimpl.ResteasyUriBuilder
            dup
            invokespecial org.jboss.resteasy.specimpl.ResteasyUriBuilder.<init>:()V
            aload 0 /* uriTemplate */
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.uriTemplate:(Ljava/lang/String;)Ljavax/ws/rs/core/UriBuilder;
            areturn
        end local 0 // java.lang.String uriTemplate
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  uriTemplate  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      uriTemplate  

  public boolean followRedirects();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 163
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.followRedirects:Z
            ireturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public java.util.Map<java.lang.String, java.lang.Object> getAttributes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 168
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.attributes:Ljava/util/Map;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public org.jboss.resteasy.client.ClientRequest followRedirects(boolean);
    descriptor: (Z)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // boolean followRedirects
         0: .line 173
            aload 0 /* this */
            iload 1 /* followRedirects */
            putfield org.jboss.resteasy.client.ClientRequest.followRedirects:Z
         1: .line 174
            aload 0 /* this */
            areturn
        end local 1 // boolean followRedirects
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  followRedirects  Z
    MethodParameters:
                 Name  Flags
      followRedirects  

  public org.jboss.resteasy.client.ClientRequest accept(javax.ws.rs.core.MediaType);
    descriptor: (Ljavax/ws/rs/core/MediaType;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MediaType accepts
         0: .line 179
            aload 0 /* this */
            ldc "Accept"
            aload 1 /* accepts */
            invokevirtual javax.ws.rs.core.MediaType.toString:()Ljava/lang/String;
            invokevirtual org.jboss.resteasy.client.ClientRequest.header:(Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 1 // javax.ws.rs.core.MediaType accepts
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  accepts  Ljavax/ws/rs/core/MediaType;
    MethodParameters:
         Name  Flags
      accepts  

  public org.jboss.resteasy.client.ClientRequest accept(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String accept
         0: .line 184
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getHeadersAsObjects:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Accept"
            invokeinterface javax.ws.rs.core.MultivaluedMap.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* curr */
        start local 2 // java.lang.String curr
         1: .line 185
            aload 2 /* curr */
            ifnull 3
         2: .line 186
            new java.lang.StringBuilder
            dup
            aload 2 /* curr */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ","
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* accept */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* curr */
            goto 4
         3: .line 188
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* accept */
            astore 2 /* curr */
         4: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getHeadersAsObjects:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Accept"
            aload 2 /* curr */
            invokeinterface javax.ws.rs.core.MultivaluedMap.putSingle:(Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 190
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String curr
        end local 1 // java.lang.String accept
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/jboss/resteasy/client/ClientRequest;
            0    6     1  accept  Ljava/lang/String;
            1    6     2    curr  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      accept  

  protected java.lang.String toString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Object object
         0: .line 195
            aload 1 /* object */
            instanceof java.lang.String
            ifeq 2
         1: .line 196
            aload 1 /* object */
            checkcast java.lang.String
            areturn
         2: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 1 /* object */
         3: .line 198
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
         4: .line 197
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.getStringConverter:(Ljava/lang/Class;)Lorg/jboss/resteasy/spi/StringConverter;
            astore 2 /* converter */
        start local 2 // org.jboss.resteasy.spi.StringConverter converter
         5: .line 199
            aload 2 /* converter */
            ifnull 7
         6: .line 200
            aload 2 /* converter */
            aload 1 /* object */
            invokeinterface org.jboss.resteasy.spi.StringConverter.toString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
         7: .line 202
      StackMap locals: org.jboss.resteasy.spi.StringConverter
      StackMap stack:
            aload 1 /* object */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 2 // org.jboss.resteasy.spi.StringConverter converter
        end local 1 // java.lang.Object object
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/jboss/resteasy/client/ClientRequest;
            0    8     1     object  Ljava/lang/Object;
            5    8     2  converter  Lorg/jboss/resteasy/spi/StringConverter;
    MethodParameters:
        Name  Flags
      object  

  protected java.lang.String toHeaderString(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Object object
         0: .line 208
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 1 /* object */
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.toHeaderString:(Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object object
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  

  public org.jboss.resteasy.client.ClientRequest addLink(org.jboss.resteasy.spi.Link);
    descriptor: (Lorg/jboss/resteasy/spi/Link;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.spi.Link link
         0: .line 214
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            ifnonnull 2
         1: .line 216
            aload 0 /* this */
            new org.jboss.resteasy.spi.LinkHeader
            dup
            invokespecial org.jboss.resteasy.spi.LinkHeader.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
         2: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinks:()Ljava/util/List;
            aload 1 /* link */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 219
            aload 0 /* this */
            areturn
        end local 1 // org.jboss.resteasy.spi.Link link
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1  link  Lorg/jboss/resteasy/spi/Link;
    MethodParameters:
      Name  Flags
      link  

  public org.jboss.resteasy.client.ClientRequest addLink(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String title
        start local 2 // java.lang.String rel
        start local 3 // java.lang.String href
        start local 4 // java.lang.String type
         0: .line 224
            new org.jboss.resteasy.spi.Link
            dup
            aload 1 /* title */
            aload 2 /* rel */
            aload 3 /* href */
            aload 4 /* type */
            aconst_null
            invokespecial org.jboss.resteasy.spi.Link.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/ws/rs/core/MultivaluedMap;)V
            astore 5 /* link */
        start local 5 // org.jboss.resteasy.spi.Link link
         1: .line 225
            aload 0 /* this */
            aload 5 /* link */
            invokevirtual org.jboss.resteasy.client.ClientRequest.addLink:(Lorg/jboss/resteasy/spi/Link;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 5 // org.jboss.resteasy.spi.Link link
        end local 4 // java.lang.String type
        end local 3 // java.lang.String href
        end local 2 // java.lang.String rel
        end local 1 // java.lang.String title
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  title  Ljava/lang/String;
            0    2     2    rel  Ljava/lang/String;
            0    2     3   href  Ljava/lang/String;
            0    2     4   type  Ljava/lang/String;
            1    2     5   link  Lorg/jboss/resteasy/spi/Link;
    MethodParameters:
       Name  Flags
      title  
      rel    
      href   
      type   

  public org.jboss.resteasy.client.ClientRequest formParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.Object value
         0: .line 230
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getFormParameters:()Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* parameterName */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 231
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String parameterName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2          value  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      parameterName  
      value          

  public org.jboss.resteasy.client.ClientRequest queryParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.Object value
         0: .line 236
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getQueryParameters:()Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* parameterName */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 237
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String parameterName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2          value  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      parameterName  
      value          

  public org.jboss.resteasy.client.ClientRequest matrixParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.Object value
         0: .line 242
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getMatrixParameters:()Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* parameterName */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 243
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String parameterName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2          value  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      parameterName  
      value          

  public org.jboss.resteasy.client.ClientRequest header(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String headerName
        start local 2 // java.lang.Object value
         0: .line 248
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getHeadersAsObjects:()Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* headerName */
            aload 2 /* value */
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 249
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String headerName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  headerName  Ljava/lang/String;
            0    2     2       value  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      headerName  
      value       

  public org.jboss.resteasy.client.ClientRequest cookie(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String cookieName
        start local 2 // java.lang.Object value
         0: .line 254
            aload 0 /* this */
            new javax.ws.rs.core.Cookie
            dup
            aload 1 /* cookieName */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial javax.ws.rs.core.Cookie.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            invokevirtual org.jboss.resteasy.client.ClientRequest.cookie:(Ljavax/ws/rs/core/Cookie;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String cookieName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  cookieName  Ljava/lang/String;
            0    1     2       value  Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      cookieName  
      value       

  public org.jboss.resteasy.client.ClientRequest cookie(javax.ws.rs.core.Cookie);
    descriptor: (Ljavax/ws/rs/core/Cookie;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.Cookie cookie
         0: .line 259
            aload 0 /* this */
            ldc "Cookie"
            aload 1 /* cookie */
            invokevirtual org.jboss.resteasy.client.ClientRequest.header:(Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 1 // javax.ws.rs.core.Cookie cookie
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  cookie  Ljavax/ws/rs/core/Cookie;
    MethodParameters:
        Name  Flags
      cookie  

  public org.jboss.resteasy.client.ClientRequest pathParameter(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String parameterName
        start local 2 // java.lang.Object value
         0: .line 264
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getPathParameters:()Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* parameterName */
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 265
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.String parameterName
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  parameterName  Ljava/lang/String;
            0    2     2          value  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      parameterName  
      value          

  public org.jboss.resteasy.client.ClientRequest pathParameters(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Object[] values
         0: .line 270
            aload 1 /* values */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 4
      StackMap locals: org.jboss.resteasy.client.ClientRequest java.lang.Object[] top int int java.lang.Object[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* value */
        start local 2 // java.lang.Object value
         2: .line 272
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getPathParameterList:()Ljava/util/List;
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // java.lang.Object value
         3: .line 270
            iinc 3 1
      StackMap locals:
      StackMap stack:
         4: iload 3
            iload 4
            if_icmplt 1
         5: .line 274
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object[] values
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/jboss/resteasy/client/ClientRequest;
            0    6     1  values  [Ljava/lang/Object;
            2    3     2   value  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      values  

  public org.jboss.resteasy.client.ClientRequest body(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String contentType
        start local 2 // java.lang.Object data
         0: .line 279
            aload 0 /* this */
            aload 1 /* contentType */
            invokestatic javax.ws.rs.core.MediaType.valueOf:(Ljava/lang/String;)Ljavax/ws/rs/core/MediaType;
            aload 2 /* data */
            aload 2 /* data */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aconst_null
         1: .line 280
            aconst_null
         2: .line 279
            invokevirtual org.jboss.resteasy.client.ClientRequest.body:(Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // java.lang.String contentType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  contentType  Ljava/lang/String;
            0    3     2         data  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      contentType  
      data         

  public org.jboss.resteasy.client.ClientRequest body(javax.ws.rs.core.MediaType, java.lang.Object);
    descriptor: (Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MediaType contentType
        start local 2 // java.lang.Object data
         0: .line 285
            aload 0 /* this */
            aload 1 /* contentType */
            aload 2 /* data */
            aload 2 /* data */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aconst_null
            aconst_null
            invokevirtual org.jboss.resteasy.client.ClientRequest.body:(Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 2 // java.lang.Object data
        end local 1 // javax.ws.rs.core.MediaType contentType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  contentType  Ljavax/ws/rs/core/MediaType;
            0    1     2         data  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      contentType  
      data         

  public org.jboss.resteasy.client.ClientRequest body(javax.ws.rs.core.MediaType, java.lang.Object, org.jboss.resteasy.util.GenericType);
    descriptor: (Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MediaType contentType
        start local 2 // java.lang.Object data
        start local 3 // org.jboss.resteasy.util.GenericType genericType
         0: .line 291
            aload 0 /* this */
            aload 1 /* contentType */
            aload 2 /* data */
            aload 3 /* genericType */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            aload 3 /* genericType */
         1: .line 292
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            aconst_null
         2: .line 291
            invokevirtual org.jboss.resteasy.client.ClientRequest.body:(Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 3 // org.jboss.resteasy.util.GenericType genericType
        end local 2 // java.lang.Object data
        end local 1 // javax.ws.rs.core.MediaType contentType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  contentType  Ljavax/ws/rs/core/MediaType;
            0    3     2         data  Ljava/lang/Object;
            0    3     3  genericType  Lorg/jboss/resteasy/util/GenericType;
    MethodParameters:
             Name  Flags
      contentType  
      data         
      genericType  

  public org.jboss.resteasy.client.ClientRequest body(javax.ws.rs.core.MediaType, java.lang.Object, java.lang.reflect.Type);
    descriptor: (Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MediaType contentType
        start local 2 // java.lang.Object data
        start local 3 // java.lang.reflect.Type genericType
         0: .line 298
            aload 0 /* this */
            aload 1 /* contentType */
            aload 2 /* data */
            aload 2 /* data */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 3 /* genericType */
            aconst_null
            invokevirtual org.jboss.resteasy.client.ClientRequest.body:(Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lorg/jboss/resteasy/client/ClientRequest;
            areturn
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Object data
        end local 1 // javax.ws.rs.core.MediaType contentType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    1     1  contentType  Ljavax/ws/rs/core/MediaType;
            0    1     2         data  Ljava/lang/Object;
            0    1     3  genericType  Ljava/lang/reflect/Type;
    MethodParameters:
             Name  Flags
      contentType  
      data         
      genericType  

  public org.jboss.resteasy.client.ClientRequest body(javax.ws.rs.core.MediaType, java.lang.Object, java.lang.Class, java.lang.reflect.Type, java.lang.annotation.Annotation[]);
    descriptor: (Ljavax/ws/rs/core/MediaType;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MediaType contentType
        start local 2 // java.lang.Object data
        start local 3 // java.lang.Class type
        start local 4 // java.lang.reflect.Type genericType
        start local 5 // java.lang.annotation.Annotation[] annotations
         0: .line 304
            aload 0 /* this */
            aload 2 /* data */
            putfield org.jboss.resteasy.client.ClientRequest.body:Ljava/lang/Object;
         1: .line 305
            aload 0 /* this */
            aload 1 /* contentType */
            putfield org.jboss.resteasy.client.ClientRequest.bodyContentType:Ljavax/ws/rs/core/MediaType;
         2: .line 306
            aload 0 /* this */
            aload 4 /* genericType */
            putfield org.jboss.resteasy.client.ClientRequest.bodyGenericType:Ljava/lang/reflect/Type;
         3: .line 307
            aload 0 /* this */
            aload 3 /* type */
            putfield org.jboss.resteasy.client.ClientRequest.bodyType:Ljava/lang/Class;
         4: .line 308
            aload 0 /* this */
            aload 5 /* annotations */
            putfield org.jboss.resteasy.client.ClientRequest.bodyAnnotations:[Ljava/lang/annotation/Annotation;
         5: .line 309
            aload 0 /* this */
            areturn
        end local 5 // java.lang.annotation.Annotation[] annotations
        end local 4 // java.lang.reflect.Type genericType
        end local 3 // java.lang.Class type
        end local 2 // java.lang.Object data
        end local 1 // javax.ws.rs.core.MediaType contentType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    6     1  contentType  Ljavax/ws/rs/core/MediaType;
            0    6     2         data  Ljava/lang/Object;
            0    6     3         type  Ljava/lang/Class;
            0    6     4  genericType  Ljava/lang/reflect/Type;
            0    6     5  annotations  [Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      contentType  
      data         
      type         
      genericType  
      annotations  

  public org.jboss.resteasy.spi.ResteasyProviderFactory getProviderFactory();
    descriptor: ()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 314
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public org.jboss.resteasy.client.ClientExecutor getExecutor();
    descriptor: ()Lorg/jboss/resteasy/client/ClientExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 319
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 327
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            astore 1 /* rtn */
        start local 1 // javax.ws.rs.core.MultivaluedMap rtn
         1: .line 328
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
            aload 1 /* rtn */
            areturn
         2: .line 329
      StackMap locals: javax.ws.rs.core.MultivaluedMap
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
            invokeinterface javax.ws.rs.core.MultivaluedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.core.MultivaluedMap top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         4: .line 331
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.core.MultivaluedMap java.util.Map$Entry java.util.Iterator top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* obj */
        start local 4 // java.lang.Object obj
         6: .line 333
            aload 1 /* rtn */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 0 /* this */
            aload 4 /* obj */
            invokevirtual org.jboss.resteasy.client.ClientRequest.toHeaderString:(Ljava/lang/Object;)Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.add:(Ljava/lang/Object;Ljava/lang/Object;)V
        end local 4 // java.lang.Object obj
         7: .line 331
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        end local 2 // java.util.Map$Entry entry
         8: .line 329
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.core.MultivaluedMap top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         9: .line 336
            aload 1 /* rtn */
            areturn
        end local 1 // javax.ws.rs.core.MultivaluedMap rtn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/jboss/resteasy/client/ClientRequest;
            1   10     1    rtn  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;
            4    8     2  entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/Object;>;>;
            6    7     4    obj  Ljava/lang/Object;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> getHeadersAsObjects();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 341
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
         1: .line 342
            aload 0 /* this */
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.headers:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getQueryParameters();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 348
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
         1: .line 349
            aload 0 /* this */
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getFormParameters();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 355
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.formParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
         1: .line 356
            aload 0 /* this */
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.formParameters:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 357
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.formParameters:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getPathParameters();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 362
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
         1: .line 363
            aload 0 /* this */
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public java.util.List<java.lang.String> getPathParameterList();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 369
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
            ifnonnull 2
         1: .line 370
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
         2: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getMatrixParameters();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 376
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 2
         1: .line 377
            aload 0 /* this */
            new org.jboss.resteasy.specimpl.MultivaluedMapImpl
            dup
            invokespecial org.jboss.resteasy.specimpl.MultivaluedMapImpl.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
         2: .line 378
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public java.lang.Object getBody();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 383
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.body:Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public java.lang.Class getBodyType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 388
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyType:Ljava/lang/Class;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public java.lang.reflect.Type getBodyGenericType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 393
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyGenericType:Ljava/lang/reflect/Type;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public java.lang.annotation.Annotation[] getBodyAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 398
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyAnnotations:[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public javax.ws.rs.core.MediaType getBodyContentType();
    descriptor: ()Ljavax/ws/rs/core/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 403
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyContentType:Ljavax/ws/rs/core/MediaType;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public java.lang.String getHttpMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 408
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.httpMethod:Ljava/lang/String;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;

  public void setHttpMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String httpMethod
         0: .line 413
            aload 0 /* this */
            aload 1 /* httpMethod */
            putfield org.jboss.resteasy.client.ClientRequest.httpMethod:Ljava/lang/String;
         1: .line 414
            return
        end local 1 // java.lang.String httpMethod
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  httpMethod  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      httpMethod  

  public org.jboss.resteasy.client.ClientResponse execute();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 418
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.getContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.ws.rs.ext.Providers
            astore 1 /* current */
        start local 1 // javax.ws.rs.ext.Providers current
         1: .line 419
            ldc Ljavax/ws/rs/ext/Providers;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
         2: .line 423
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            ifnull 3
            aload 0 /* this */
            ldc "Link"
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.client.ClientRequest.header:(Ljava/lang/String;Ljava/lang/Object;)Lorg/jboss/resteasy/client/ClientRequest;
            pop
         3: .line 425
      StackMap locals: javax.ws.rs.ext.Providers
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getReaderInterceptorList:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 5
         4: .line 427
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.getClientReaderInterceptorRegistry:()Lorg/jboss/resteasy/core/interception/ReaderInterceptorRegistry;
            aconst_null
            aconst_null
            invokevirtual org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.postMatch:(Ljava/lang/Class;Ljava/lang/reflect/AccessibleObject;)[Ljava/lang/Object;
            checkcast javax.ws.rs.ext.ReaderInterceptor[]
            invokevirtual org.jboss.resteasy.client.ClientRequest.setReaderInterceptors:([Ljavax/ws/rs/ext/ReaderInterceptor;)V
         5: .line 430
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getExecutionInterceptorList:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 9
         6: .line 432
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
         7: .line 433
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.getClientExecutionInterceptorRegistry:()Lorg/jboss/resteasy/core/interception/InterceptorRegistry;
            aconst_null
            aconst_null
            invokevirtual org.jboss.resteasy.core.interception.InterceptorRegistry.bindForList:(Ljava/lang/Class;Ljava/lang/reflect/AccessibleObject;)Ljava/util/List;
         8: .line 432
            invokevirtual org.jboss.resteasy.client.ClientRequest.setExecutionInterceptors:(Ljava/util/Collection;)V
         9: .line 436
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        10: .line 437
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getExecutionInterceptorList:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 13
        11: .line 439
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            aload 0 /* this */
            invokeinterface org.jboss.resteasy.client.ClientExecutor.execute:(Lorg/jboss/resteasy/client/ClientRequest;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        12: .line 440
            goto 17
        13: .line 443
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse
      StackMap stack:
            new org.jboss.resteasy.core.interception.ClientExecutionContextImpl
            dup
        14: .line 444
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getExecutionInterceptorList:()Ljava/util/LinkedList;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            aload 0 /* this */
        15: .line 443
            invokespecial org.jboss.resteasy.core.interception.ClientExecutionContextImpl.<init>:(Ljava/util/List;Lorg/jboss/resteasy/client/ClientExecutor;Lorg/jboss/resteasy/client/ClientRequest;)V
            astore 3 /* ctx */
        start local 3 // org.jboss.resteasy.core.interception.ClientExecutionContextImpl ctx
        16: .line 445
            aload 3 /* ctx */
            invokevirtual org.jboss.resteasy.core.interception.ClientExecutionContextImpl.proceed:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        end local 3 // org.jboss.resteasy.core.interception.ClientExecutionContextImpl ctx
        17: .line 447
      StackMap locals:
      StackMap stack:
            aload 2 /* response */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.attributes:Ljava/util/Map;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setAttributes:(Ljava/util/Map;)V
        18: .line 448
            aload 2 /* response */
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getReaderInterceptors:()[Ljavax/ws/rs/ext/ReaderInterceptor;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReaderInterceptors:([Ljavax/ws/rs/ext/ReaderInterceptor;)V
        19: .line 449
            aload 2 /* response */
            astore 5
        20: .line 453
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.popContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
        21: .line 454
            aload 1 /* current */
            ifnull 22
            ldc Ljavax/ws/rs/ext/Providers;
            aload 1 /* current */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        22: .line 449
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.ext.Providers org.jboss.resteasy.client.core.BaseClientResponse top top org.jboss.resteasy.client.ClientResponse
      StackMap stack:
            aload 5
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        23: .line 452
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.ext.Providers
      StackMap stack: java.lang.Throwable
            astore 4
        24: .line 453
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.popContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
        25: .line 454
            aload 1 /* current */
            ifnull 26
            ldc Ljavax/ws/rs/ext/Providers;
            aload 1 /* current */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        26: .line 456
      StackMap locals: org.jboss.resteasy.client.ClientRequest javax.ws.rs.ext.Providers top top java.lang.Throwable
      StackMap stack:
            aload 4
            athrow
        end local 1 // javax.ws.rs.ext.Providers current
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   27     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            1   27     1   current  Ljavax/ws/rs/ext/Providers;
           10   23     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
           16   17     3       ctx  Lorg/jboss/resteasy/core/interception/ClientExecutionContextImpl;
      Exception table:
        from    to  target  type
           2    20      23  any
    Exceptions:
      throws java.lang.Exception

  public void writeRequestBody(javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object>, java.io.OutputStream);
    descriptor: (Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // javax.ws.rs.core.MultivaluedMap headers
        start local 2 // java.io.OutputStream outputStream
         0: .line 462
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.body:Ljava/lang/Object;
            ifnonnull 2
         1: .line 464
            return
         2: .line 467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getWriterInterceptorList:()Ljava/util/LinkedList;
            invokevirtual java.util.LinkedList.isEmpty:()Z
            ifeq 4
         3: .line 469
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.getClientWriterInterceptorRegistry:()Lorg/jboss/resteasy/core/interception/WriterInterceptorRegistry;
            aconst_null
            aconst_null
            invokevirtual org.jboss.resteasy.core.interception.WriterInterceptorRegistry.postMatch:(Ljava/lang/Class;Ljava/lang/reflect/AccessibleObject;)[Ljava/lang/Object;
            checkcast javax.ws.rs.ext.WriterInterceptor[]
            invokevirtual org.jboss.resteasy.client.ClientRequest.setWriterInterceptors:([Ljavax/ws/rs/ext/WriterInterceptor;)V
         4: .line 471
      StackMap locals:
      StackMap stack:
            new org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
            dup
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.getWriterInterceptors:()[Ljavax/ws/rs/ext/WriterInterceptor;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.body:Ljava/lang/Object;
         5: .line 472
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyType:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyGenericType:Ljava/lang/reflect/Type;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyAnnotations:[Ljava/lang/annotation/Annotation;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.bodyContentType:Ljavax/ws/rs/core/MediaType;
         6: .line 473
            aload 1 /* headers */
            aload 2 /* outputStream */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.attributes:Ljava/util/Map;
         7: .line 471
            invokespecial org.jboss.resteasy.core.interception.ClientWriterInterceptorContext.<init>:([Ljavax/ws/rs/ext/WriterInterceptor;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/OutputStream;Ljava/util/Map;)V
         8: .line 473
            invokevirtual org.jboss.resteasy.core.interception.ClientWriterInterceptorContext.proceed:()V
         9: .line 474
            return
        end local 2 // java.io.OutputStream outputStream
        end local 1 // javax.ws.rs.core.MultivaluedMap headers
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lorg/jboss/resteasy/client/ClientRequest;
            0   10     1       headers  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;
            0   10     2  outputStream  Ljava/io/OutputStream;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;Ljava/io/OutputStream;)V
    MethodParameters:
              Name  Flags
      headers       
      outputStream  

  public org.jboss.resteasy.client.ClientResponse get();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 478
            aload 0 /* this */
            ldc "GET"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public <T> T getTarget(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 491
            aload 0 /* this */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.ClientRequest.get:(Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 492
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            sipush 204
            if_icmpne 2
            aconst_null
            areturn
         2: .line 493
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse
      StackMap stack:
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            sipush 200
            if_icmpeq 3
            new org.jboss.resteasy.client.ClientResponseFailure
            dup
            aload 2 /* response */
            invokespecial org.jboss.resteasy.client.ClientResponseFailure.<init>:(Lorg/jboss/resteasy/client/ClientResponse;)V
            athrow
         3: .line 494
      StackMap locals:
      StackMap stack:
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         4: .line 495
            aload 3 /* obj */
            instanceof java.io.InputStream
            ifeq 6
         5: .line 497
            aload 2 /* response */
            iconst_1
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setWasReleased:(Z)V
         6: .line 499
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* obj */
            areturn
        end local 3 // java.lang.Object obj
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    7     1  returnType  Ljava/lang/Class<TT;>;
            1    7     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            4    7     3         obj  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> get(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 512
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.get:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 513
            aload 2 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 514
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  returnType  Ljava/lang/Class<TT;>;
            1    3     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> get(java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
        start local 2 // java.lang.reflect.Type genericType
         0: .line 520
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.get:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 521
            aload 3 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 522
            aload 3 /* response */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 523
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1   returnType  Ljava/lang/Class<TT;>;
            0    4     2  genericType  Ljava/lang/reflect/Type;
            1    4     3     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> get(org.jboss.resteasy.util.GenericType);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.util.GenericType type
         0: .line 528
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.get:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 529
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 530
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 531
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // org.jboss.resteasy.util.GenericType type
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public org.jboss.resteasy.client.ClientResponse head();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 536
            aload 0 /* this */
            ldc "HEAD"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public org.jboss.resteasy.client.ClientResponse put();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 541
            aload 0 /* this */
            ldc "PUT"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public <T> org.jboss.resteasy.client.ClientResponse<T> put(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 546
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.put:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 547
            aload 2 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 548
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  returnType  Ljava/lang/Class<TT;>;
            1    3     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> put(java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
        start local 2 // java.lang.reflect.Type genericType
         0: .line 554
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.put:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 555
            aload 3 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 556
            aload 3 /* response */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 557
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1   returnType  Ljava/lang/Class<TT;>;
            0    4     2  genericType  Ljava/lang/reflect/Type;
            1    4     3     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> put(org.jboss.resteasy.util.GenericType);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.util.GenericType type
         0: .line 562
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.put:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 563
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 564
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 565
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // org.jboss.resteasy.util.GenericType type
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public org.jboss.resteasy.client.ClientResponse post();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 570
            aload 0 /* this */
            ldc "POST"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public <T> org.jboss.resteasy.client.ClientResponse<T> post(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 575
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.post:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 576
            aload 2 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 577
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  returnType  Ljava/lang/Class<TT;>;
            1    3     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> T postTarget(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 582
            aload 0 /* this */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.ClientRequest.post:(Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 583
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            sipush 204
            if_icmpne 2
            aconst_null
            areturn
         2: .line 584
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse
      StackMap stack:
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            sipush 200
            if_icmpeq 3
            new org.jboss.resteasy.client.ClientResponseFailure
            dup
            aload 2 /* response */
            invokespecial org.jboss.resteasy.client.ClientResponseFailure.<init>:(Lorg/jboss/resteasy/client/ClientResponse;)V
            athrow
         3: .line 585
      StackMap locals:
      StackMap stack:
            aload 2 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:()Ljava/lang/Object;
            astore 3 /* obj */
        start local 3 // java.lang.Object obj
         4: .line 586
            aload 3 /* obj */
            instanceof java.io.InputStream
            ifeq 6
         5: .line 588
            aload 2 /* response */
            iconst_1
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setWasReleased:(Z)V
         6: .line 590
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* obj */
            areturn
        end local 3 // java.lang.Object obj
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    7     1  returnType  Ljava/lang/Class<TT;>;
            1    7     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            4    7     3         obj  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> post(java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
        start local 2 // java.lang.reflect.Type genericType
         0: .line 596
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.post:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 597
            aload 3 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 598
            aload 3 /* response */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 599
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1   returnType  Ljava/lang/Class<TT;>;
            0    4     2  genericType  Ljava/lang/reflect/Type;
            1    4     3     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> post(org.jboss.resteasy.util.GenericType);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.util.GenericType type
         0: .line 604
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.post:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 605
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 606
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 607
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // org.jboss.resteasy.util.GenericType type
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public org.jboss.resteasy.spi.Link create();
    descriptor: ()Lorg/jboss/resteasy/spi/Link;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 620
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.post:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 1 /* response */
        start local 1 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 621
            aload 1 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            sipush 201
            if_icmpeq 2
            new org.jboss.resteasy.client.ClientResponseFailure
            dup
            aload 1 /* response */
            invokespecial org.jboss.resteasy.client.ClientResponseFailure.<init>:(Lorg/jboss/resteasy/client/ClientResponse;)V
            athrow
         2: .line 622
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse
      StackMap stack:
            aload 1 /* response */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getLocationLink:()Lorg/jboss/resteasy/spi/Link;
            areturn
        end local 1 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            1    3     1  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception, org.jboss.resteasy.client.ClientResponseFailure

  public org.jboss.resteasy.client.ClientResponse delete();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 628
            aload 0 /* this */
            ldc "DELETE"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public <T> org.jboss.resteasy.client.ClientResponse<T> delete(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 633
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.delete:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 634
            aload 2 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 635
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  returnType  Ljava/lang/Class<TT;>;
            1    3     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> delete(java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
        start local 2 // java.lang.reflect.Type genericType
         0: .line 641
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.delete:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 642
            aload 3 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 643
            aload 3 /* response */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 644
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1   returnType  Ljava/lang/Class<TT;>;
            0    4     2  genericType  Ljava/lang/reflect/Type;
            1    4     3     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> delete(org.jboss.resteasy.util.GenericType);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.util.GenericType type
         0: .line 649
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.delete:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 650
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 651
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 652
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // org.jboss.resteasy.util.GenericType type
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public org.jboss.resteasy.client.ClientResponse options();
    descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 657
            aload 0 /* this */
            ldc "OPTIONS"
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/ClientRequest;
    Exceptions:
      throws java.lang.Exception

  public <T> org.jboss.resteasy.client.ClientResponse<T> options(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
         0: .line 662
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.options:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 663
            aload 2 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 664
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1  returnType  Ljava/lang/Class<TT;>;
            1    3     2    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> options(java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.Class returnType
        start local 2 // java.lang.reflect.Type genericType
         0: .line 670
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.options:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 671
            aload 3 /* response */
            aload 1 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 672
            aload 3 /* response */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 673
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1   returnType  Ljava/lang/Class<TT;>;
            0    4     2  genericType  Ljava/lang/reflect/Type;
            1    4     3     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> options(org.jboss.resteasy.util.GenericType);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // org.jboss.resteasy.util.GenericType type
         0: .line 678
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.options:()Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 2 /* response */
        start local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 679
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 680
            aload 2 /* response */
            aload 1 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 681
            aload 2 /* response */
            areturn
        end local 2 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 1 // org.jboss.resteasy.util.GenericType type
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     2  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
      Name  Flags
      type  

  public org.jboss.resteasy.client.ClientResponse httpMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String httpMethod
         0: .line 686
            aload 0 /* this */
            aload 1 /* httpMethod */
            putfield org.jboss.resteasy.client.ClientRequest.httpMethod:Ljava/lang/String;
         1: .line 687
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.ClientRequest.execute:()Lorg/jboss/resteasy/client/ClientResponse;
            areturn
        end local 1 // java.lang.String httpMethod
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1  httpMethod  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
            Name  Flags
      httpMethod  

  public <T> org.jboss.resteasy.client.ClientResponse<T> httpMethod(java.lang.String, java.lang.Class<T>);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String method
        start local 2 // java.lang.Class returnType
         0: .line 693
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 694
            aload 3 /* response */
            aload 2 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 695
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // java.lang.Class returnType
        end local 1 // java.lang.String method
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/jboss/resteasy/client/ClientRequest;
            0    3     1      method  Ljava/lang/String;
            0    3     2  returnType  Ljava/lang/Class<TT;>;
            1    3     3    response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
            Name  Flags
      method      
      returnType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> httpMethod(java.lang.String, java.lang.Class<T>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String method
        start local 2 // java.lang.Class returnType
        start local 3 // java.lang.reflect.Type genericType
         0: .line 701
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 4 /* response */
        start local 4 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 702
            aload 4 /* response */
            aload 2 /* returnType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 703
            aload 4 /* response */
            aload 3 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 704
            aload 4 /* response */
            areturn
        end local 4 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 3 // java.lang.reflect.Type genericType
        end local 2 // java.lang.Class returnType
        end local 1 // java.lang.String method
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1       method  Ljava/lang/String;
            0    4     2   returnType  Ljava/lang/Class<TT;>;
            0    4     3  genericType  Ljava/lang/reflect/Type;
            1    4     4     response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Ljava/lang/Class<TT;>;Ljava/lang/reflect/Type;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
             Name  Flags
      method       
      returnType   
      genericType  

  public <T> org.jboss.resteasy.client.ClientResponse<T> httpMethod(java.lang.String, org.jboss.resteasy.util.GenericType);
    descriptor: (Ljava/lang/String;Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.lang.String method
        start local 2 // org.jboss.resteasy.util.GenericType type
         0: .line 710
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual org.jboss.resteasy.client.ClientRequest.httpMethod:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponse;
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 3 /* response */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
         1: .line 711
            aload 3 /* response */
            aload 2 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setReturnType:(Ljava/lang/Class;)V
         2: .line 712
            aload 3 /* response */
            aload 2 /* type */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setGenericReturnType:(Ljava/lang/reflect/Type;)V
         3: .line 713
            aload 3 /* response */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse response
        end local 2 // org.jboss.resteasy.util.GenericType type
        end local 1 // java.lang.String method
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/jboss/resteasy/client/ClientRequest;
            0    4     1    method  Ljava/lang/String;
            0    4     2      type  Lorg/jboss/resteasy/util/GenericType;
            1    4     3  response  Lorg/jboss/resteasy/client/core/BaseClientResponse;
    Exceptions:
      throws java.lang.Exception
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/String;Lorg/jboss/resteasy/util/GenericType;)Lorg/jboss/resteasy/client/ClientResponse<TT;>;
    MethodParameters:
        Name  Flags
      method  
      type    

  public void overrideUri(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.net.URI uri
         0: .line 718
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.uri:Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
            aload 1 /* uri */
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.uri:(Ljava/net/URI;)Ljavax/ws/rs/core/UriBuilder;
            pop
         1: .line 719
            return
        end local 1 // java.net.URI uri
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/client/ClientRequest;
            0    2     1   uri  Ljava/net/URI;
    MethodParameters:
      Name  Flags
      uri   

  public java.lang.String getUri();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientRequest this
         0: .line 731
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
            ifnull 2
         1: .line 732
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
            areturn
         2: .line 734
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.uri:Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.clone:()Ljavax/ws/rs/core/UriBuilder;
            checkcast org.jboss.resteasy.specimpl.ResteasyUriBuilder
            astore 1 /* builder */
        start local 1 // org.jboss.resteasy.specimpl.ResteasyUriBuilder builder
         3: .line 735
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnull 13
         4: .line 737
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.matrixParameters:Ljavax/ws/rs/core/MultivaluedMap;
         5: .line 738
            invokeinterface javax.ws.rs.core.MultivaluedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
         6: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
         7: .line 740
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* values */
        start local 4 // java.util.List values
         8: .line 741
            aload 4 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 11
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder java.util.Map$Entry java.util.Iterator java.util.List top java.util.Iterator
      StackMap stack:
         9: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* value */
        start local 5 // java.lang.String value
        10: .line 742
            aload 1 /* builder */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 5 /* value */
            aastore
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.matrixParam:(Ljava/lang/String;[Ljava/lang/Object;)Ljavax/ws/rs/core/UriBuilder;
            pop
        end local 5 // java.lang.String value
        11: .line 741
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        end local 4 // java.util.List values
        end local 2 // java.util.Map$Entry entry
        12: .line 737
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        13: .line 745
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnull 23
        14: .line 747
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.queryParameters:Ljavax/ws/rs/core/MultivaluedMap;
        15: .line 748
            invokeinterface javax.ws.rs.core.MultivaluedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 22
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
        16: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
        17: .line 750
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* values */
        start local 4 // java.util.List values
        18: .line 751
            aload 4 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 21
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder java.util.Map$Entry java.util.Iterator java.util.List top java.util.Iterator
      StackMap stack:
        19: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* value */
        start local 5 // java.lang.String value
        20: .line 752
            aload 1 /* builder */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 5 /* value */
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.clientQueryParam:(Ljava/lang/String;Ljava/lang/Object;)Ljavax/ws/rs/core/UriBuilder;
            pop
        end local 5 // java.lang.String value
        21: .line 751
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        end local 4 // java.util.List values
        end local 2 // java.util.Map$Entry entry
        22: .line 747
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 16
        23: .line 755
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
            ifnull 26
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 26
        24: .line 757
            aload 0 /* this */
            aload 1 /* builder */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameterList:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.build:([Ljava/lang/Object;)Ljava/net/URI;
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            putfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
        25: .line 758
            goto 36
        26: .line 759
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
            ifnull 36
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
            invokeinterface javax.ws.rs.core.MultivaluedMap.isEmpty:()Z
            ifne 36
        27: .line 761
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.pathParameters:Ljavax/ws/rs/core/MultivaluedMap;
            invokeinterface javax.ws.rs.core.MultivaluedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3
            goto 35
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
        28: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 2 /* entry */
        start local 2 // java.util.Map$Entry entry
        29: .line 763
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* values */
        start local 4 // java.util.List values
        30: .line 764
            aload 4 /* values */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 34
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder java.util.Map$Entry java.util.Iterator java.util.List top java.util.Iterator
      StackMap stack:
        31: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 5 /* value */
        start local 5 // java.lang.String value
        32: .line 766
            aload 5 /* value */
            invokestatic org.jboss.resteasy.util.Encode.encodePathAsIs:(Ljava/lang/String;)Ljava/lang/String;
            astore 5 /* value */
        33: .line 767
            aload 1 /* builder */
            aload 2 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            aload 5 /* value */
            iconst_1
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.substitutePathParam:(Ljava/lang/String;Ljava/lang/Object;Z)Ljavax/ws/rs/core/UriBuilder;
            pop
        end local 5 // java.lang.String value
        34: .line 764
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 31
        end local 4 // java.util.List values
        end local 2 // java.util.Map$Entry entry
        35: .line 761
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 28
        36: .line 771
      StackMap locals: org.jboss.resteasy.client.ClientRequest org.jboss.resteasy.specimpl.ResteasyUriBuilder
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
            ifnonnull 38
        37: .line 772
            aload 0 /* this */
            aload 1 /* builder */
            iconst_0
            anewarray java.lang.Object
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.build:([Ljava/lang/Object;)Ljava/net/URI;
            invokevirtual java.net.URI.toString:()Ljava/lang/String;
            putfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
        38: .line 773
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.ClientRequest.finalUri:Ljava/lang/String;
            areturn
        end local 1 // org.jboss.resteasy.specimpl.ResteasyUriBuilder builder
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   39     0     this  Lorg/jboss/resteasy/client/ClientRequest;
            3   39     1  builder  Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
            7   12     2    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
            8   12     4   values  Ljava/util/List<Ljava/lang/String;>;
           10   11     5    value  Ljava/lang/String;
           17   22     2    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
           18   22     4   values  Ljava/util/List<Ljava/lang/String;>;
           20   21     5    value  Ljava/lang/String;
           29   35     2    entry  Ljava/util/Map$Entry<Ljava/lang/String;Ljava/util/List<Ljava/lang/String;>;>;
           30   35     4   values  Ljava/util/List<Ljava/lang/String;>;
           32   34     5    value  Ljava/lang/String;
    Exceptions:
      throws java.lang.Exception

  public org.jboss.resteasy.client.ClientRequest createSubsequentRequest(java.net.URI);
    descriptor: (Ljava/net/URI;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.client.ClientRequest this
        start local 1 // java.net.URI uri
         0: .line 780
            aload 0 /* this */
            invokevirtual java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.client.ClientRequest
            astore 2 /* clone */
        start local 2 // org.jboss.resteasy.client.ClientRequest clone
         1: .line 781
            aload 2 /* clone */
            invokevirtual org.jboss.resteasy.client.ClientRequest.clear:()V
         2: .line 782
            aload 2 /* clone */
            new org.jboss.resteasy.specimpl.ResteasyUriBuilder
            dup
            invokespecial org.jboss.resteasy.specimpl.ResteasyUriBuilder.<init>:()V
            putfield org.jboss.resteasy.client.ClientRequest.uri:Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
         3: .line 783
            aload 2 /* clone */
            getfield org.jboss.resteasy.client.ClientRequest.uri:Lorg/jboss/resteasy/specimpl/ResteasyUriBuilder;
            aload 1 /* uri */
            invokevirtual org.jboss.resteasy.specimpl.ResteasyUriBuilder.uri:(Ljava/net/URI;)Ljavax/ws/rs/core/UriBuilder;
            pop
         4: .line 784
            aload 2 /* clone */
         5: areturn
        end local 2 // org.jboss.resteasy.client.ClientRequest clone
         6: .line 786
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            pop
         7: .line 789
            new java.lang.RuntimeException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.clientRequestDoesntSupportClonable:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.net.URI uri
        end local 0 // org.jboss.resteasy.client.ClientRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/jboss/resteasy/client/ClientRequest;
            0    8     1    uri  Ljava/net/URI;
            1    6     2  clone  Lorg/jboss/resteasy/client/ClientRequest;
      Exception table:
        from    to  target  type
           0     5       6  Class java.lang.CloneNotSupportedException
    MethodParameters:
      Name  Flags
      uri   
}
SourceFile: "ClientRequest.java"
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()