public class org.jboss.resteasy.client.core.BaseClientResponse<T> extends org.jboss.resteasy.client.ClientResponse<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.client.core.BaseClientResponse
  super_class: org.jboss.resteasy.client.ClientResponse
{
  protected org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory;
    descriptor: Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    flags: (0x0004) ACC_PROTECTED

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

  protected javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> headers;
    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.String alternateMediaType;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Class<?> returnType;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/lang/Class<*>;

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

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

  protected int status;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

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

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

  protected javax.ws.rs.ext.ReaderInterceptor[] readerInterceptors;
    descriptor: [Ljavax/ws/rs/ext/ReaderInterceptor;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.Exception exception;
    descriptor: Ljava/lang/Exception;
    flags: (0x0004) ACC_PROTECTED

  protected org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory;
    descriptor: Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
    flags: (0x0004) ACC_PROTECTED

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

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

  protected org.jboss.resteasy.client.ClientExecutor executor;
    descriptor: Lorg/jboss/resteasy/client/ClientExecutor;
    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;>;

  public void <init>(org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory, org.jboss.resteasy.client.ClientExecutor);
    descriptor: (Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;Lorg/jboss/resteasy/client/ClientExecutor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
        start local 2 // org.jboss.resteasy.client.ClientExecutor executor
         0: .line 80
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.ClientResponse.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_0
            anewarray java.lang.annotation.Annotation
            putfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
         2: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.client.core.BaseClientResponse.wasReleased:Z
         3: .line 82
            aload 0 /* this */
            aload 1 /* streamFactory */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
         4: .line 83
            aload 0 /* this */
            aload 2 /* executor */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
         5: .line 84
            return
        end local 2 // org.jboss.resteasy.client.ClientExecutor executor
        end local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    6     1  streamFactory  Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            0    6     2       executor  Lorg/jboss/resteasy/client/ClientExecutor;
    MethodParameters:
               Name  Flags
      streamFactory  
      executor       

  public void <init>(org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory);
    descriptor: (Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
         0: .line 86
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.ClientResponse.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_0
            anewarray java.lang.annotation.Annotation
            putfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
         2: .line 70
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.client.core.BaseClientResponse.wasReleased:Z
         3: .line 88
            aload 0 /* this */
            aload 1 /* streamFactory */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
         4: .line 89
            return
        end local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    5     1  streamFactory  Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
    MethodParameters:
               Name  Flags
      streamFactory  

  public static org.jboss.resteasy.client.ClientResponse copyFromError(org.jboss.resteasy.client.ClientResponse);
    descriptor: (Lorg/jboss/resteasy/client/ClientResponse;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.jboss.resteasy.client.ClientResponse copy
         0: .line 101
            aload 0 /* copy */
            instanceof org.jboss.resteasy.client.core.BaseClientResponse
            ifeq 19
         1: .line 103
            aload 0 /* copy */
            checkcast org.jboss.resteasy.client.core.BaseClientResponse
            astore 1 /* base */
        start local 1 // org.jboss.resteasy.client.core.BaseClientResponse base
         2: .line 104
            aconst_null
            astore 2 /* is */
        start local 2 // java.io.InputStream is
         3: .line 105
            aload 0 /* copy */
            invokevirtual org.jboss.resteasy.client.ClientResponse.getResponseHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Type"
            invokeinterface javax.ws.rs.core.MultivaluedMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 10
         4: .line 109
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            invokeinterface org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory.getInputStream:()Ljava/io/InputStream;
            astore 2 /* is */
         5: .line 110
            aload 2 /* is */
            ifnull 10
         6: .line 112
            sipush 1024
            aload 2 /* is */
            invokestatic org.jboss.resteasy.util.ReadFromStream.readFromStream:(ILjava/io/InputStream;)[B
            astore 3 /* bytes */
        start local 3 // byte[] bytes
         7: .line 113
            new java.io.ByteArrayInputStream
            dup
            aload 3 /* bytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 2 /* is */
        end local 3 // byte[] bytes
         8: .line 115
            goto 10
         9: .line 116
      StackMap locals: org.jboss.resteasy.client.ClientResponse org.jboss.resteasy.client.core.BaseClientResponse java.io.InputStream
      StackMap stack: java.io.IOException
            pop
        10: .line 122
      StackMap locals:
      StackMap stack:
            aload 2 /* is */
            astore 3 /* theIs */
        start local 3 // java.io.InputStream theIs
        11: .line 123
            new org.jboss.resteasy.client.core.BaseClientResponse
            dup
            new org.jboss.resteasy.client.core.BaseClientResponse$1
            dup
            aload 3 /* theIs */
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$1.<init>:(Ljava/io/InputStream;)V
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse.<init>:(Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;)V
            astore 4 /* tmp */
        start local 4 // org.jboss.resteasy.client.core.BaseClientResponse tmp
        12: .line 136
            aload 4 /* tmp */
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            putfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
        13: .line 137
            aload 4 /* tmp */
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            putfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
        14: .line 138
            aload 4 /* tmp */
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            putfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
        15: .line 139
            aload 4 /* tmp */
            new org.jboss.resteasy.util.CaseInsensitiveMap
            dup
            invokespecial org.jboss.resteasy.util.CaseInsensitiveMap.<init>:()V
            putfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
        16: .line 140
            aload 4 /* tmp */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            invokeinterface javax.ws.rs.core.MultivaluedMap.putAll:(Ljava/util/Map;)V
        17: .line 141
            aload 4 /* tmp */
            aload 1 /* base */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.readerInterceptors:[Ljavax/ws/rs/ext/ReaderInterceptor;
            putfield org.jboss.resteasy.client.core.BaseClientResponse.readerInterceptors:[Ljavax/ws/rs/ext/ReaderInterceptor;
        18: .line 142
            aload 4 /* tmp */
            areturn
        end local 4 // org.jboss.resteasy.client.core.BaseClientResponse tmp
        end local 3 // java.io.InputStream theIs
        end local 2 // java.io.InputStream is
        end local 1 // org.jboss.resteasy.client.core.BaseClientResponse base
        19: .line 147
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* is */
        start local 1 // java.io.InputStream is
        20: .line 148
            aload 0 /* copy */
            invokevirtual org.jboss.resteasy.client.ClientResponse.getResponseHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Type"
            invokeinterface javax.ws.rs.core.MultivaluedMap.containsKey:(Ljava/lang/Object;)Z
            ifeq 26
        21: .line 150
            new org.jboss.resteasy.client.core.BaseClientResponse$2
            dup
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$2.<init>:()V
            astore 2 /* gt */
        start local 2 // org.jboss.resteasy.util.GenericType gt
        22: .line 155
            aload 0 /* copy */
            aload 2 /* gt */
            invokevirtual org.jboss.resteasy.client.ClientResponse.getEntity:(Lorg/jboss/resteasy/util/GenericType;)Ljava/lang/Object;
            checkcast byte[]
            astore 3 /* bytes */
        start local 3 // byte[] bytes
        23: .line 156
            new java.io.ByteArrayInputStream
            dup
            aload 3 /* bytes */
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            astore 1 /* is */
        end local 3 // byte[] bytes
        24: .line 157
            goto 26
        25: .line 158
      StackMap locals: org.jboss.resteasy.client.ClientResponse java.io.InputStream org.jboss.resteasy.util.GenericType
      StackMap stack: java.lang.Exception
            pop
        end local 2 // org.jboss.resteasy.util.GenericType gt
        26: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* is */
            astore 2 /* theIs */
        start local 2 // java.io.InputStream theIs
        27: .line 163
            new org.jboss.resteasy.client.core.BaseClientResponse
            dup
            new org.jboss.resteasy.client.core.BaseClientResponse$3
            dup
            aload 2 /* theIs */
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$3.<init>:(Ljava/io/InputStream;)V
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse.<init>:(Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;)V
            astore 3 /* tmp */
        start local 3 // org.jboss.resteasy.client.core.BaseClientResponse tmp
        28: .line 176
            aload 3 /* tmp */
            aload 0 /* copy */
            invokevirtual org.jboss.resteasy.client.ClientResponse.getStatus:()I
            putfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
        29: .line 177
            aload 3 /* tmp */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.getInstance:()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            putfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
        30: .line 178
            aload 3 /* tmp */
            new org.jboss.resteasy.util.CaseInsensitiveMap
            dup
            invokespecial org.jboss.resteasy.util.CaseInsensitiveMap.<init>:()V
            putfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
        31: .line 179
            aload 3 /* tmp */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            aload 0 /* copy */
            invokevirtual org.jboss.resteasy.client.ClientResponse.getResponseHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            invokeinterface javax.ws.rs.core.MultivaluedMap.putAll:(Ljava/util/Map;)V
        32: .line 180
            aload 3 /* tmp */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Content-Encoding"
            invokeinterface javax.ws.rs.core.MultivaluedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        33: .line 181
            aload 3 /* tmp */
            areturn
        end local 3 // org.jboss.resteasy.client.core.BaseClientResponse tmp
        end local 2 // java.io.InputStream theIs
        end local 1 // java.io.InputStream is
        end local 0 // org.jboss.resteasy.client.ClientResponse copy
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   34     0   copy  Lorg/jboss/resteasy/client/ClientResponse;
            2   19     1   base  Lorg/jboss/resteasy/client/core/BaseClientResponse;
            3   19     2     is  Ljava/io/InputStream;
            7    8     3  bytes  [B
           11   19     3  theIs  Ljava/io/InputStream;
           12   19     4    tmp  Lorg/jboss/resteasy/client/core/BaseClientResponse;
           20   34     1     is  Ljava/io/InputStream;
           22   26     2     gt  Lorg/jboss/resteasy/util/GenericType<[B>;
           23   24     3  bytes  [B
           27   34     2  theIs  Ljava/io/InputStream;
           28   34     3    tmp  Lorg/jboss/resteasy/client/core/BaseClientResponse;
      Exception table:
        from    to  target  type
           4     8       9  Class java.io.IOException
          22    24      25  Class java.lang.Exception
    MethodParameters:
      Name  Flags
      copy  

  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.core.BaseClientResponse this
         0: .line 188
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.attributes:Ljava/util/Map;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public void setAttributes(java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.util.Map attributes
         0: .line 193
            aload 0 /* this */
            aload 1 /* attributes */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.attributes:Ljava/util/Map;
         1: .line 194
            return
        end local 1 // java.util.Map attributes
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  attributes  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)V
    MethodParameters:
            Name  Flags
      attributes  

  public void setReaderInterceptors(javax.ws.rs.ext.ReaderInterceptor[]);
    descriptor: ([Ljavax/ws/rs/ext/ReaderInterceptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // javax.ws.rs.ext.ReaderInterceptor[] readerInterceptors
         0: .line 198
            aload 0 /* this */
            aload 1 /* readerInterceptors */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.readerInterceptors:[Ljavax/ws/rs/ext/ReaderInterceptor;
         1: .line 199
            return
        end local 1 // javax.ws.rs.ext.ReaderInterceptor[] readerInterceptors
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  readerInterceptors  [Ljavax/ws/rs/ext/ReaderInterceptor;
    MethodParameters:
                    Name  Flags
      readerInterceptors  

  public void setStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // int status
         0: .line 203
            aload 0 /* this */
            iload 1 /* status */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
         1: .line 204
            return
        end local 1 // int status
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  status  I
    MethodParameters:
        Name  Flags
      status  

  public void setHeaders(javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String>);
    descriptor: (Ljavax/ws/rs/core/MultivaluedMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // javax.ws.rs.core.MultivaluedMap headers
         0: .line 208
            aload 0 /* this */
            aload 1 /* headers */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
         1: .line 209
            return
        end local 1 // javax.ws.rs.core.MultivaluedMap headers
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  headers  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;
    Signature: (Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
         Name  Flags
      headers  

  public void setProviderFactory(org.jboss.resteasy.spi.ResteasyProviderFactory);
    descriptor: (Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
         0: .line 213
            aload 0 /* this */
            aload 1 /* providerFactory */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
         1: .line 214
            return
        end local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  providerFactory  Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    MethodParameters:
                 Name  Flags
      providerFactory  

  public void setReturnType(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class returnType
         0: .line 218
            aload 0 /* this */
            aload 1 /* returnType */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
         1: .line 219
            return
        end local 1 // java.lang.Class returnType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  returnType  Ljava/lang/Class<TT;>;
    Signature: (Ljava/lang/Class<TT;>;)V
    MethodParameters:
            Name  Flags
      returnType  

  public java.lang.Class<?> getReturnType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 223
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljava/lang/Class<*>;

  public void setGenericReturnType(java.lang.reflect.Type);
    descriptor: (Ljava/lang/reflect/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.reflect.Type genericReturnType
         0: .line 228
            aload 0 /* this */
            aload 1 /* genericReturnType */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.genericReturnType:Ljava/lang/reflect/Type;
         1: .line 229
            return
        end local 1 // java.lang.reflect.Type genericReturnType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  genericReturnType  Ljava/lang/reflect/Type;
    MethodParameters:
                   Name  Flags
      genericReturnType  

  public void setAnnotations(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.annotation.Annotation[] annotations
         0: .line 233
            aload 0 /* this */
            aload 1 /* annotations */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
         1: .line 234
            return
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  annotations  [Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      annotations  

  public java.lang.String getAttributeExceptionsTo();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 238
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.attributeExceptionsTo:Ljava/lang/String;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public void setAttributeExceptionsTo(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.core.BaseClientResponse this
        start local 1 // java.lang.String attributeExceptionsTo
         0: .line 243
            aload 0 /* this */
            aload 1 /* attributeExceptionsTo */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.attributeExceptionsTo:Ljava/lang/String;
         1: .line 244
            return
        end local 1 // java.lang.String attributeExceptionsTo
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  attributeExceptionsTo  Ljava/lang/String;
    MethodParameters:
                       Name  Flags
      attributeExceptionsTo  

  public java.lang.Exception getException();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 248
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.exception:Ljava/lang/Exception;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public void setException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Exception exception
         0: .line 253
            aload 0 /* this */
            aload 1 /* exception */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.exception:Ljava/lang/Exception;
         1: .line 254
            return
        end local 1 // java.lang.Exception exception
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  exception  Ljava/lang/Exception;
    MethodParameters:
           Name  Flags
      exception  

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 258
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.lang.String getResponseHeader(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String headerKey
         0: .line 263
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ifnonnull 1
            aconst_null
            areturn
         1: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* headerKey */
            invokeinterface javax.ws.rs.core.MultivaluedMap.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // java.lang.String headerKey
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  headerKey  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      headerKey  

  public org.jboss.resteasy.spi.LinkHeader getLinkHeader();
    descriptor: ()Lorg/jboss/resteasy/spi/LinkHeader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 269
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            ifnull 1
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            areturn
         1: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.jboss.resteasy.spi.LinkHeader
            dup
            invokespecial org.jboss.resteasy.spi.LinkHeader.<init>:()V
            putfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
         2: .line 271
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Link"
            invokeinterface javax.ws.rs.core.MultivaluedMap.containsKey:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 273
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            areturn
         4: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Link"
            invokeinterface javax.ws.rs.core.MultivaluedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.util.List
            astore 1 /* links */
        start local 1 // java.util.List links
         5: .line 276
            new org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
            dup
            invokespecial org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate.<init>:()V
            astore 2 /* delegate */
        start local 2 // org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate delegate
         6: .line 277
            aload 1 /* links */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.util.List org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* link */
        start local 3 // java.lang.String link
         8: .line 279
            aload 2 /* delegate */
            aload 3 /* link */
            invokevirtual org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate.fromString:(Ljava/lang/String;)Lorg/jboss/resteasy/spi/LinkHeader;
            astore 5 /* tmp */
        start local 5 // org.jboss.resteasy.spi.LinkHeader tmp
         9: .line 280
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinks:()Ljava/util/List;
            aload 5 /* tmp */
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinks:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        10: .line 281
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinksByRelationship:()Ljava/util/Map;
            aload 5 /* tmp */
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinksByRelationship:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        11: .line 282
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinksByTitle:()Ljava/util/Map;
            aload 5 /* tmp */
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinksByTitle:()Ljava/util/Map;
            invokeinterface java.util.Map.putAll:(Ljava/util/Map;)V
        end local 5 // org.jboss.resteasy.spi.LinkHeader tmp
        end local 3 // java.lang.String link
        12: .line 277
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        13: .line 285
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            invokevirtual org.jboss.resteasy.spi.LinkHeader.getLinks:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 16
      StackMap locals:
      StackMap stack:
        14: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.spi.Link
            astore 3 /* link */
        start local 3 // org.jboss.resteasy.spi.Link link
        15: .line 287
            aload 3 /* link */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            invokevirtual org.jboss.resteasy.spi.Link.setExecutor:(Lorg/jboss/resteasy/client/ClientExecutor;)V
        end local 3 // org.jboss.resteasy.spi.Link link
        16: .line 285
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 14
        17: .line 289
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.linkHeader:Lorg/jboss/resteasy/spi/LinkHeader;
            areturn
        end local 2 // org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate delegate
        end local 1 // java.util.List links
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            5   18     1     links  Ljava/util/List<Ljava/lang/String;>;
            6   18     2  delegate  Lorg/jboss/resteasy/plugins/delegates/LinkHeaderDelegate;
            8   12     3      link  Ljava/lang/String;
            9   12     5       tmp  Lorg/jboss/resteasy/spi/LinkHeader;
           15   16     3      link  Lorg/jboss/resteasy/spi/Link;

  public org.jboss.resteasy.spi.Link getLocationLink();
    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.core.BaseClientResponse this
         0: .line 294
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
            ifnull 1
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
            areturn
         1: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Location"
            invokeinterface javax.ws.rs.core.MultivaluedMap.containsKey:(Ljava/lang/Object;)Z
            ifne 2
            aconst_null
            areturn
         2: .line 296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            ldc "Location"
            invokeinterface javax.ws.rs.core.MultivaluedMap.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 1 /* header */
        start local 1 // java.lang.String header
         3: .line 298
            aload 0 /* this */
            new org.jboss.resteasy.spi.Link
            dup
            invokespecial org.jboss.resteasy.spi.Link.<init>:()V
            putfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
         4: .line 299
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
            aload 1 /* header */
            invokevirtual org.jboss.resteasy.spi.Link.setHref:(Ljava/lang/String;)V
         5: .line 300
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            invokevirtual org.jboss.resteasy.spi.Link.setExecutor:(Lorg/jboss/resteasy/client/ClientExecutor;)V
         6: .line 302
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.location:Lorg/jboss/resteasy/spi/Link;
            areturn
        end local 1 // java.lang.String header
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            3    7     1  header  Ljava/lang/String;

  public org.jboss.resteasy.spi.Link getHeaderAsLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/spi/Link;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String headerName
         0: .line 308
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            aload 1 /* headerName */
            invokeinterface javax.ws.rs.core.MultivaluedMap.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 2 /* value */
        start local 2 // java.lang.String value
         1: .line 309
            aload 2 /* value */
            ifnonnull 2
            aconst_null
            areturn
         2: .line 310
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            new java.lang.StringBuilder
            dup
            aload 1 /* headerName */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "-type"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokeinterface javax.ws.rs.core.MultivaluedMap.getFirst:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* type */
        start local 3 // java.lang.String type
         3: .line 311
            new org.jboss.resteasy.spi.Link
            dup
            invokespecial org.jboss.resteasy.spi.Link.<init>:()V
            astore 4 /* link */
        start local 4 // org.jboss.resteasy.spi.Link link
         4: .line 312
            aload 4 /* link */
            aload 2 /* value */
            invokevirtual org.jboss.resteasy.spi.Link.setHref:(Ljava/lang/String;)V
         5: .line 313
            aload 4 /* link */
            aload 3 /* type */
            invokevirtual org.jboss.resteasy.spi.Link.setType:(Ljava/lang/String;)V
         6: .line 314
            aload 4 /* link */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.executor:Lorg/jboss/resteasy/client/ClientExecutor;
            invokevirtual org.jboss.resteasy.spi.Link.setExecutor:(Lorg/jboss/resteasy/client/ClientExecutor;)V
         7: .line 315
            aload 4 /* link */
            areturn
        end local 4 // org.jboss.resteasy.spi.Link link
        end local 3 // java.lang.String type
        end local 2 // java.lang.String value
        end local 1 // java.lang.String headerName
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    8     1  headerName  Ljava/lang/String;
            1    8     2       value  Ljava/lang/String;
            3    8     3        type  Ljava/lang/String;
            4    8     4        link  Lorg/jboss/resteasy/spi/Link;
    MethodParameters:
            Name  Flags
      headerName  

  public void setAlternateMediaType(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.core.BaseClientResponse this
        start local 1 // java.lang.String alternateMediaType
         0: .line 320
            aload 0 /* this */
            aload 1 /* alternateMediaType */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.alternateMediaType:Ljava/lang/String;
         1: .line 321
            return
        end local 1 // java.lang.String alternateMediaType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  alternateMediaType  Ljava/lang/String;
    MethodParameters:
                    Name  Flags
      alternateMediaType  

  public org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory getStreamFactory();
    descriptor: ()Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 325
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public void setStreamFactory(org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory);
    descriptor: (Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
         0: .line 330
            aload 0 /* this */
            aload 1 /* streamFactory */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
         1: .line 331
            return
        end local 1 // org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory streamFactory
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  streamFactory  Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
    MethodParameters:
               Name  Flags
      streamFactory  

  public void resetStream();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 338
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            invokeinterface org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory.getInputStream:()Ljava/io/InputStream;
            invokevirtual java.io.InputStream.markSupported:()Z
            ifeq 5
         1: .line 340
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            invokeinterface org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory.getInputStream:()Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
         2: .line 342
            goto 5
         3: .line 343
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 345
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.io.IOException e
         5: .line 347
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            4    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException

  public T getEntity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 352
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
            ifnonnull 2
         1: .line 354
            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.noTypeInformationForEntity:()Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.genericReturnType:Ljava/lang/reflect/Type;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()TT;

  public <T2> T2 getEntity(java.lang.Class<T2>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class type
         0: .line 362
            aload 0 /* this */
            aload 1 /* type */
            aconst_null
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  type  Ljava/lang/Class<TT2;>;
    Signature: <T2:Ljava/lang/Object;>(Ljava/lang/Class<TT2;>;)TT2;
    MethodParameters:
      Name  Flags
      type  

  public <T2> T2 getEntity(java.lang.Class<T2>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
         0: .line 368
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* genericType */
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* genericType */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getAnnotations:(Ljava/lang/Class;Ljava/lang/reflect/Type;)[Ljava/lang/annotation/Annotation;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1         type  Ljava/lang/Class<TT2;>;
            0    1     2  genericType  Ljava/lang/reflect/Type;
    Signature: <T2:Ljava/lang/Object;>(Ljava/lang/Class<TT2;>;Ljava/lang/reflect/Type;)TT2;
    MethodParameters:
             Name  Flags
      type         
      genericType  

  private <T2> java.lang.annotation.Annotation[] getAnnotations(java.lang.Class<T2>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;)[Ljava/lang/annotation/Annotation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
         0: .line 373
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
            ifnull 2
         1: .line 375
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
            areturn
         2: .line 377
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
            aload 1 /* type */
            if_acmpne 3
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.genericReturnType:Ljava/lang/reflect/Type;
            aload 2 /* genericType */
            if_acmpne 3
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
            goto 4
         3: .line 378
      StackMap locals:
      StackMap stack:
            aconst_null
         4: .line 377
      StackMap locals:
      StackMap stack: java.lang.annotation.Annotation[]
            areturn
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    5     1         type  Ljava/lang/Class<TT2;>;
            0    5     2  genericType  Ljava/lang/reflect/Type;
    Signature: <T2:Ljava/lang/Object;>(Ljava/lang/Class<TT2;>;Ljava/lang/reflect/Type;)[Ljava/lang/annotation/Annotation;
    MethodParameters:
             Name  Flags
      type         
      genericType  

  public <T2> T2 getEntity(java.lang.Class<T2>, java.lang.reflect.Type, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // java.lang.annotation.Annotation[] anns
         0: .line 384
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.exception:Ljava/lang/Exception;
            ifnull 2
         1: .line 386
            new java.lang.RuntimeException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.attributeExceptionsTo:Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.unableToUnmarshalResponse:(Ljava/lang/String;)Ljava/lang/String;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.exception:Ljava/lang/Exception;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
         2: .line 389
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            ifnull 4
            aload 1 /* type */
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 390
            new java.lang.RuntimeException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.entityAlreadyRead:(Ljava/lang/Class;)Ljava/lang/String;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            ifnonnull 9
         5: .line 394
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            sipush 204
            if_icmpne 7
         6: .line 395
            aconst_null
            areturn
         7: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* genericType */
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getMediaType:()Ljavax/ws/rs/core/MediaType;
            aload 3 /* anns */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.readFrom:(Ljava/lang/Class;Ljava/lang/reflect/Type;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            putfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
         8: .line 400
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            ifnull 9
            ldc Ljava/io/InputStream;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifne 9
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.releaseConnection:()V
         9: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.unmarshaledEntity:Ljava/lang/Object;
            areturn
        end local 3 // java.lang.annotation.Annotation[] anns
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0   10     1         type  Ljava/lang/Class<TT2;>;
            0   10     2  genericType  Ljava/lang/reflect/Type;
            0   10     3         anns  [Ljava/lang/annotation/Annotation;
    Signature: <T2:Ljava/lang/Object;>(Ljava/lang/Class<TT2;>;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)TT2;
    MethodParameters:
             Name  Flags
      type         
      genericType  
      anns         

  public javax.ws.rs.core.MediaType getMediaType();
    descriptor: ()Ljavax/ws/rs/core/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 407
            aload 0 /* this */
            ldc "Content-Type"
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getResponseHeader:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* mediaType */
        start local 1 // java.lang.String mediaType
         1: .line 408
            aload 1 /* mediaType */
            ifnonnull 3
         2: .line 410
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.alternateMediaType:Ljava/lang/String;
            astore 1 /* mediaType */
         3: .line 413
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* mediaType */
            ifnonnull 4
            getstatic javax.ws.rs.core.MediaType.WILDCARD_TYPE:Ljavax/ws/rs/core/MediaType;
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 1 /* mediaType */
            invokestatic javax.ws.rs.core.MediaType.valueOf:(Ljava/lang/String;)Ljavax/ws/rs/core/MediaType;
      StackMap locals:
      StackMap stack: javax.ws.rs.core.MediaType
         5: areturn
        end local 1 // java.lang.String mediaType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            1    6     1  mediaType  Ljava/lang/String;

  protected synchronized <T2>  readFrom(java.lang.Class<T2>, java.lang.reflect.Type, javax.ws.rs.core.MediaType, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/Type;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0024) ACC_PROTECTED, ACC_SYNCHRONIZED
    Code:
      stack=12, locals=16, args_size=5
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.reflect.Type genericType
        start local 3 // javax.ws.rs.core.MediaType media
        start local 4 // java.lang.annotation.Annotation[] annotations
         0: .line 420
            aload 2 /* genericType */
            ifnonnull 1
            aload 1 /* type */
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 2 /* genericType */
      StackMap locals:
      StackMap stack: java.lang.reflect.Type
         2: astore 5 /* useGeneric */
        start local 5 // java.lang.reflect.Type useGeneric
         3: .line 421
            aload 1 /* type */
            astore 6 /* useType */
        start local 6 // java.lang.Class useType
         4: .line 422
            iconst_0
            istore 7 /* isMarshalledEntity */
        start local 7 // boolean isMarshalledEntity
         5: .line 423
            aload 1 /* type */
            ldc Lorg/jboss/resteasy/spi/MarshalledEntity;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 10
         6: .line 425
            iconst_1
            istore 7 /* isMarshalledEntity */
         7: .line 426
            aload 5 /* useGeneric */
            checkcast java.lang.reflect.ParameterizedType
            astore 8 /* param */
        start local 8 // java.lang.reflect.ParameterizedType param
         8: .line 427
            aload 8 /* param */
            invokeinterface java.lang.reflect.ParameterizedType.getActualTypeArguments:()[Ljava/lang/reflect/Type;
            iconst_0
            aaload
            astore 5 /* useGeneric */
         9: .line 428
            aload 5 /* useGeneric */
            invokestatic org.jboss.resteasy.util.Types.getRawType:(Ljava/lang/reflect/Type;)Ljava/lang/Class;
            astore 6 /* useType */
        end local 8 // java.lang.reflect.ParameterizedType param
        10: .line 431
      StackMap locals: java.lang.reflect.Type java.lang.Class int
      StackMap stack:
            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 8 /* current */
        start local 8 // javax.ws.rs.ext.Providers current
        11: .line 432
            ldc Ljavax/ws/rs/ext/Providers;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        12: .line 433
            aconst_null
            astore 9 /* obj */
        start local 9 // java.lang.Object obj
        13: .line 436
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            invokeinterface org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory.getInputStream:()Ljava/io/InputStream;
            astore 10 /* is */
        start local 10 // java.io.InputStream is
        14: .line 437
            aload 10 /* is */
            ifnonnull 16
        15: .line 439
            new org.jboss.resteasy.client.ClientResponseFailure
            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.inputStreamEmpty:()Ljava/lang/String;
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.ClientResponseFailure.<init>:(Ljava/lang/String;Lorg/jboss/resteasy/client/ClientResponse;)V
            athrow
        16: .line 441
      StackMap locals: javax.ws.rs.ext.Providers java.lang.Object java.io.InputStream
      StackMap stack:
            iload 7 /* isMarshalledEntity */
            ifeq 18
        17: .line 443
            new org.jboss.resteasy.util.InputStreamToByteArray
            dup
            aload 10 /* is */
            invokespecial org.jboss.resteasy.util.InputStreamToByteArray.<init>:(Ljava/io/InputStream;)V
            astore 10 /* is */
        18: .line 447
      StackMap locals:
      StackMap stack:
            new org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
            dup
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.readerInterceptors:[Ljavax/ws/rs/ext/ReaderInterceptor;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 6 /* useType */
        19: .line 448
            aload 5 /* useGeneric */
            aload 4 /* annotations */
            aload 3 /* media */
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getResponseHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            new org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper
            dup
            aload 10 /* is */
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper.<init>:(Ljava/io/InputStream;)V
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.attributes:Ljava/util/Map;
        20: .line 447
            invokespecial org.jboss.resteasy.core.interception.ClientReaderInterceptorContext.<init>:([Ljavax/ws/rs/ext/ReaderInterceptor;Lorg/jboss/resteasy/spi/ResteasyProviderFactory;Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;Ljavax/ws/rs/core/MultivaluedMap;Ljava/io/InputStream;Ljava/util/Map;)V
        21: .line 449
            invokevirtual org.jboss.resteasy.core.interception.ClientReaderInterceptorContext.proceed:()Ljava/lang/Object;
        22: .line 447
            astore 11 /* finalObj */
        start local 11 // java.lang.Object finalObj
        23: .line 450
            aload 11 /* finalObj */
            astore 9 /* obj */
        24: .line 451
            iload 7 /* isMarshalledEntity */
            ifeq 33
        25: .line 453
            aload 10 /* is */
            checkcast org.jboss.resteasy.util.InputStreamToByteArray
            astore 12 /* isba */
        start local 12 // org.jboss.resteasy.util.InputStreamToByteArray isba
        26: .line 454
            aload 12 /* isba */
            invokevirtual org.jboss.resteasy.util.InputStreamToByteArray.toByteArray:()[B
            astore 13 /* bytes */
        start local 13 // byte[] bytes
        27: .line 455
            new org.jboss.resteasy.client.core.BaseClientResponse$4
            dup
            aload 0 /* this */
            aload 13 /* bytes */
            aload 11 /* finalObj */
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$4.<init>:(Lorg/jboss/resteasy/client/core/BaseClientResponse;[BLjava/lang/Object;)V
            astore 15
        28: .line 489
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.popContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
        29: .line 490
            aload 8 /* current */
            ifnull 30
            ldc Ljavax/ws/rs/ext/Providers;
            aload 8 /* current */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        30: .line 491
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object java.io.InputStream java.lang.Object org.jboss.resteasy.util.InputStreamToByteArray byte[] top java.lang.Object
      StackMap stack:
            aload 9 /* obj */
            instanceof org.jboss.resteasy.core.ProvidersContextRetainer
            ifeq 32
        31: .line 493
            aload 9 /* obj */
            checkcast org.jboss.resteasy.core.ProvidersContextRetainer
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokeinterface org.jboss.resteasy.core.ProvidersContextRetainer.setProviders:(Ljavax/ws/rs/ext/Providers;)V
        32: .line 455
      StackMap locals:
      StackMap stack:
            aload 15
            areturn
        end local 13 // byte[] bytes
        end local 12 // org.jboss.resteasy.util.InputStreamToByteArray isba
        33: .line 472
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object java.io.InputStream java.lang.Object
      StackMap stack:
            aload 11 /* finalObj */
            astore 15
        34: .line 489
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.popContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
        35: .line 490
            aload 8 /* current */
            ifnull 36
            ldc Ljavax/ws/rs/ext/Providers;
            aload 8 /* current */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        36: .line 491
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object java.io.InputStream java.lang.Object top top top java.lang.Object
      StackMap stack:
            aload 9 /* obj */
            instanceof org.jboss.resteasy.core.ProvidersContextRetainer
            ifeq 38
        37: .line 493
            aload 9 /* obj */
            checkcast org.jboss.resteasy.core.ProvidersContextRetainer
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokeinterface org.jboss.resteasy.core.ProvidersContextRetainer.setProviders:(Ljavax/ws/rs/ext/Providers;)V
        38: .line 472
      StackMap locals:
      StackMap stack:
            aload 15
            areturn
        end local 11 // java.lang.Object finalObj
        end local 10 // java.io.InputStream is
        39: .line 476
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object
      StackMap stack: java.lang.Exception
            astore 10 /* e */
        start local 10 // java.lang.Exception e
        40: .line 478
            aload 10 /* e */
            instanceof org.jboss.resteasy.spi.ReaderException
            ifeq 42
        41: .line 480
            aload 10 /* e */
            checkcast org.jboss.resteasy.spi.ReaderException
            athrow
        42: .line 484
      StackMap locals: java.lang.Exception
      StackMap stack:
            new org.jboss.resteasy.spi.ReaderException
            dup
            aload 10 /* e */
            invokespecial org.jboss.resteasy.spi.ReaderException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 10 // java.lang.Exception e
        43: .line 488
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object
      StackMap stack: java.lang.Throwable
            astore 14
        44: .line 489
            ldc Ljavax/ws/rs/ext/Providers;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.popContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            pop
        45: .line 490
            aload 8 /* current */
            ifnull 46
            ldc Ljavax/ws/rs/ext/Providers;
            aload 8 /* current */
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.pushContext:(Ljava/lang/Class;Ljava/lang/Object;)V
        46: .line 491
      StackMap locals: org.jboss.resteasy.client.core.BaseClientResponse java.lang.Class java.lang.reflect.Type javax.ws.rs.core.MediaType java.lang.annotation.Annotation[] java.lang.reflect.Type java.lang.Class int javax.ws.rs.ext.Providers java.lang.Object top top top top java.lang.Throwable
      StackMap stack:
            aload 9 /* obj */
            instanceof org.jboss.resteasy.core.ProvidersContextRetainer
            ifeq 48
        47: .line 493
            aload 9 /* obj */
            checkcast org.jboss.resteasy.core.ProvidersContextRetainer
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokeinterface org.jboss.resteasy.core.ProvidersContextRetainer.setProviders:(Ljavax/ws/rs/ext/Providers;)V
        48: .line 495
      StackMap locals:
      StackMap stack:
            aload 14
            athrow
        end local 9 // java.lang.Object obj
        end local 8 // javax.ws.rs.ext.Providers current
        end local 7 // boolean isMarshalledEntity
        end local 6 // java.lang.Class useType
        end local 5 // java.lang.reflect.Type useGeneric
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // javax.ws.rs.core.MediaType media
        end local 2 // java.lang.reflect.Type genericType
        end local 1 // java.lang.Class type
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   49     0                this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0   49     1                type  Ljava/lang/Class<TT2;>;
            0   49     2         genericType  Ljava/lang/reflect/Type;
            0   49     3               media  Ljavax/ws/rs/core/MediaType;
            0   49     4         annotations  [Ljava/lang/annotation/Annotation;
            3   49     5          useGeneric  Ljava/lang/reflect/Type;
            4   49     6             useType  Ljava/lang/Class<*>;
            5   49     7  isMarshalledEntity  Z
            8   10     8               param  Ljava/lang/reflect/ParameterizedType;
           11   49     8             current  Ljavax/ws/rs/ext/Providers;
           13   49     9                 obj  Ljava/lang/Object;
           14   39    10                  is  Ljava/io/InputStream;
           23   39    11            finalObj  Ljava/lang/Object;
           26   33    12                isba  Lorg/jboss/resteasy/util/InputStreamToByteArray;
           27   33    13               bytes  [B
           40   43    10                   e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          13    28      39  Class java.lang.Exception
          33    34      39  Class java.lang.Exception
          13    28      43  any
          33    34      43  any
          39    43      43  any
    Signature: <T2:Ljava/lang/Object;>(Ljava/lang/Class<TT2;>;Ljava/lang/reflect/Type;Ljavax/ws/rs/core/MediaType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      type         
      genericType  
      media        
      annotations  

  public <T2> T2 getEntity(org.jboss.resteasy.util.GenericType<T2>);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.util.GenericType genericType
         0: .line 511
            aload 0 /* this */
            aload 1 /* genericType */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            aload 1 /* genericType */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:(Ljava/lang/Class;Ljava/lang/reflect/Type;)Ljava/lang/Object;
            areturn
        end local 1 // org.jboss.resteasy.util.GenericType genericType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  genericType  Lorg/jboss/resteasy/util/GenericType<TT2;>;
    Signature: <T2:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType<TT2;>;)TT2;
    MethodParameters:
             Name  Flags
      genericType  

  public <T2> T2 getEntity(org.jboss.resteasy.util.GenericType<T2>, java.lang.annotation.Annotation[]);
    descriptor: (Lorg/jboss/resteasy/util/GenericType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // org.jboss.resteasy.util.GenericType genericType
        start local 2 // java.lang.annotation.Annotation[] ann
         0: .line 517
            aload 0 /* this */
            aload 1 /* genericType */
            invokevirtual org.jboss.resteasy.util.GenericType.getType:()Ljava/lang/Class;
            aload 1 /* genericType */
            invokevirtual org.jboss.resteasy.util.GenericType.getGenericType:()Ljava/lang/reflect/Type;
            aload 2 /* ann */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getEntity:(Ljava/lang/Class;Ljava/lang/reflect/Type;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.annotation.Annotation[] ann
        end local 1 // org.jboss.resteasy.util.GenericType genericType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  genericType  Lorg/jboss/resteasy/util/GenericType<TT2;>;
            0    1     2          ann  [Ljava/lang/annotation/Annotation;
    Signature: <T2:Ljava/lang/Object;>(Lorg/jboss/resteasy/util/GenericType<TT2;>;[Ljava/lang/annotation/Annotation;)TT2;
    MethodParameters:
             Name  Flags
      genericType  
      ann          

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getResponseHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 522
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> getMetadata();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 529
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.headers:Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 535
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            ireturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public javax.ws.rs.core.Response$StatusType getStatusInfo();
    descriptor: ()Ljavax/ws/rs/core/Response$StatusType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 541
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            invokestatic javax.ws.rs.core.Response$Status.fromStatusCode:(I)Ljavax/ws/rs/core/Response$Status;
            astore 1 /* statusType */
        start local 1 // javax.ws.rs.core.Response$StatusType statusType
         1: .line 542
            aload 1 /* statusType */
            ifnonnull 3
         2: .line 544
            new org.jboss.resteasy.client.core.BaseClientResponse$5
            dup
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.core.BaseClientResponse$5.<init>:(Lorg/jboss/resteasy/client/core/BaseClientResponse;)V
            astore 1 /* statusType */
         3: .line 565
      StackMap locals: javax.ws.rs.core.Response$StatusType
      StackMap stack:
            aload 1 /* statusType */
            areturn
        end local 1 // javax.ws.rs.core.Response$StatusType statusType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            1    4     1  statusType  Ljavax/ws/rs/core/Response$StatusType;

  public void checkFailureStatus();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 570
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            sipush 399
            if_icmple 2
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            sipush 599
            if_icmpge 2
         1: .line 573
            aload 0 /* this */
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.status:I
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getResponseStatus:()Ljavax/ws/rs/core/Response$Status;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.clientResponseFailureStatus:(ILjavax/ws/rs/core/Response$Status;)Ljava/lang/String;
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.createResponseFailure:(Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponseFailure;
            athrow
         2: .line 575
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public org.jboss.resteasy.client.ClientResponseFailure createResponseFailure(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientResponseFailure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String message
         0: .line 579
            aload 0 /* this */
            aload 1 /* message */
            aconst_null
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.createResponseFailure:(Ljava/lang/String;Ljava/lang/Exception;)Lorg/jboss/resteasy/client/ClientResponseFailure;
            areturn
        end local 1 // java.lang.String message
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public org.jboss.resteasy.client.ClientResponseFailure createResponseFailure(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)Lorg/jboss/resteasy/client/ClientResponseFailure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Exception e
         0: .line 584
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.setException:(Ljava/lang/Exception;)V
         1: .line 585
            aload 0 /* this */
            ldc [B
            putfield org.jboss.resteasy.client.core.BaseClientResponse.returnType:Ljava/lang/Class;
         2: .line 586
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.core.BaseClientResponse.genericReturnType:Ljava/lang/reflect/Type;
         3: .line 587
            aload 0 /* this */
            aconst_null
            putfield org.jboss.resteasy.client.core.BaseClientResponse.annotations:[Ljava/lang/annotation/Annotation;
         4: .line 588
            new org.jboss.resteasy.client.ClientResponseFailure
            dup
            aload 1 /* message */
            aload 2 /* e */
            aload 0 /* this */
            invokespecial org.jboss.resteasy.client.ClientResponseFailure.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Lorg/jboss/resteasy/client/ClientResponse;)V
            areturn
        end local 2 // java.lang.Exception e
        end local 1 // java.lang.String message
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    5     1  message  Ljava/lang/String;
            0    5     2        e  Ljava/lang/Exception;
    MethodParameters:
         Name  Flags
      message  
      e        

  public javax.ws.rs.core.Response$Status getResponseStatus();
    descriptor: ()Ljavax/ws/rs/core/Response$Status;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 594
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.getStatus:()I
            invokestatic javax.ws.rs.core.Response$Status.fromStatusCode:(I)Ljavax/ws/rs/core/Response$Status;
            areturn
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

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

  public void setWasReleased(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // boolean wasReleased
         0: .line 604
            aload 0 /* this */
            iload 1 /* wasReleased */
            putfield org.jboss.resteasy.client.core.BaseClientResponse.wasReleased:Z
         1: .line 605
            return
        end local 1 // boolean wasReleased
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    2     1  wasReleased  Z
    MethodParameters:
             Name  Flags
      wasReleased  

  public final void releaseConnection();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 609
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.wasReleased:Z
            ifne 3
         1: .line 611
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            ifnull 2
            aload 0 /* this */
            getfield org.jboss.resteasy.client.core.BaseClientResponse.streamFactory:Lorg/jboss/resteasy/client/core/BaseClientResponse$BaseClientResponseStreamFactory;
            invokeinterface org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory.performReleaseConnection:()V
         2: .line 612
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.jboss.resteasy.client.core.BaseClientResponse.wasReleased:Z
         3: .line 614
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  protected final synchronized void finalize();
    descriptor: ()V
    flags: (0x0034) ACC_PROTECTED, ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 620
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.releaseConnection:()V
         1: .line 621
            return
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Exceptions:
      throws java.lang.Throwable

  public <T> T readEntity(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class entityType
         0: .line 626
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // java.lang.Class entityType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  entityType  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      entityType  

  public <T> T readEntity(javax.ws.rs.core.GenericType<T>);
    descriptor: (Ljavax/ws/rs/core/GenericType;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // javax.ws.rs.core.GenericType entityType
         0: .line 632
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // javax.ws.rs.core.GenericType entityType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  entityType  Ljavax/ws/rs/core/GenericType<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljavax/ws/rs/core/GenericType<TT;>;)TT;
    MethodParameters:
            Name  Flags
      entityType  

  public <T> T readEntity(java.lang.Class<T>, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.Class entityType
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 638
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // java.lang.Class entityType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1   entityType  Ljava/lang/Class<TT;>;
            0    1     2  annotations  [Ljava/lang/annotation/Annotation;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;[Ljava/lang/annotation/Annotation;)TT;
    MethodParameters:
             Name  Flags
      entityType   
      annotations  

  public <T> T readEntity(javax.ws.rs.core.GenericType<T>, java.lang.annotation.Annotation[]);
    descriptor: (Ljavax/ws/rs/core/GenericType;[Ljava/lang/annotation/Annotation;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // javax.ws.rs.core.GenericType entityType
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 644
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // javax.ws.rs.core.GenericType entityType
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1   entityType  Ljavax/ws/rs/core/GenericType<TT;>;
            0    1     2  annotations  [Ljava/lang/annotation/Annotation;
    Signature: <T:Ljava/lang/Object;>(Ljavax/ws/rs/core/GenericType<TT;>;[Ljava/lang/annotation/Annotation;)TT;
    MethodParameters:
             Name  Flags
      entityType   
      annotations  

  public boolean hasEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 650
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public boolean bufferEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 656
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 662
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.client.core.BaseClientResponse.releaseConnection:()V
         1: .line 663
            return
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.lang.String getHeaderString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String name
         0: .line 668
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // java.lang.String name
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Locale getLanguage();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 674
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 680
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.util.Map<java.lang.String, javax.ws.rs.core.NewCookie> getCookies();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 686
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljavax/ws/rs/core/NewCookie;>;

  public javax.ws.rs.core.EntityTag getEntityTag();
    descriptor: ()Ljavax/ws/rs/core/EntityTag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 692
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.util.Date getDate();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 698
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.util.Date getLastModified();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 704
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.util.Set<javax.ws.rs.core.Link> getLinks();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 710
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljava/util/Set<Ljavax/ws/rs/core/Link;>;

  public boolean hasLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String relation
         0: .line 716
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public javax.ws.rs.core.Link getLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/ws/rs/core/Link;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String relation
         0: .line 722
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public javax.ws.rs.core.Link$Builder getLinkBuilder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljavax/ws/rs/core/Link$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
        start local 1 // java.lang.String relation
         0: .line 728
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 1 // java.lang.String relation
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  public java.net.URI getLocation();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 734
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;

  public java.util.Set<java.lang.String> getAllowedMethods();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 740
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getStringHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
         0: .line 746
            new org.jboss.resteasy.spi.NotImplementedYetException
            dup
            invokespecial org.jboss.resteasy.spi.NotImplementedYetException.<init>:()V
            athrow
        end local 0 // org.jboss.resteasy.client.core.BaseClientResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/client/core/BaseClientResponse<TT;>;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;
}
Signature: <T:Ljava/lang/Object;>Lorg/jboss/resteasy/client/ClientResponse<TT;>;
SourceFile: "BaseClientResponse.java"
NestMembers:
  org.jboss.resteasy.client.core.BaseClientResponse$1  org.jboss.resteasy.client.core.BaseClientResponse$2  org.jboss.resteasy.client.core.BaseClientResponse$3  org.jboss.resteasy.client.core.BaseClientResponse$4  org.jboss.resteasy.client.core.BaseClientResponse$5  org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory  org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper
InnerClasses:
  public abstract Builder = javax.ws.rs.core.Link$Builder of javax.ws.rs.core.Link
  public final Status = javax.ws.rs.core.Response$Status of javax.ws.rs.core.Response
  public abstract StatusType = javax.ws.rs.core.Response$StatusType of javax.ws.rs.core.Response
  org.jboss.resteasy.client.core.BaseClientResponse$1
  org.jboss.resteasy.client.core.BaseClientResponse$2
  org.jboss.resteasy.client.core.BaseClientResponse$3
  org.jboss.resteasy.client.core.BaseClientResponse$4
  org.jboss.resteasy.client.core.BaseClientResponse$5
  public abstract BaseClientResponseStreamFactory = org.jboss.resteasy.client.core.BaseClientResponse$BaseClientResponseStreamFactory of org.jboss.resteasy.client.core.BaseClientResponse
  private InputStreamWrapper = org.jboss.resteasy.client.core.BaseClientResponse$InputStreamWrapper of org.jboss.resteasy.client.core.BaseClientResponse