class org.glassfish.jersey.client.InboundJaxrsResponse extends javax.ws.rs.core.Response
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.client.InboundJaxrsResponse
  super_class: javax.ws.rs.core.Response
{
  private final org.glassfish.jersey.client.ClientResponse context;
    descriptor: Lorg/glassfish/jersey/client/ClientResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.jersey.process.internal.RequestScope scope;
    descriptor: Lorg/glassfish/jersey/process/internal/RequestScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.jersey.process.internal.RequestContext requestContext;
    descriptor: Lorg/glassfish/jersey/process/internal/RequestContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.glassfish.jersey.client.ClientResponse, org.glassfish.jersey.process.internal.RequestScope);
    descriptor: (Lorg/glassfish/jersey/client/ClientResponse;Lorg/glassfish/jersey/process/internal/RequestScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // org.glassfish.jersey.client.ClientResponse context
        start local 2 // org.glassfish.jersey.process.internal.RequestScope scope
         0: .line 61
            aload 0 /* this */
            invokespecial javax.ws.rs.core.Response.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* context */
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
         2: .line 63
            aload 0 /* this */
            aload 2 /* scope */
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
         3: .line 64
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
            ifnull 6
         4: .line 65
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.glassfish.jersey.process.internal.RequestScope.referenceCurrent:()Lorg/glassfish/jersey/process/internal/RequestContext;
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
         5: .line 66
            goto 7
         6: .line 67
      StackMap locals: org.glassfish.jersey.client.InboundJaxrsResponse org.glassfish.jersey.client.ClientResponse org.glassfish.jersey.process.internal.RequestScope
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
         7: .line 69
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.glassfish.jersey.process.internal.RequestScope scope
        end local 1 // org.glassfish.jersey.client.ClientResponse context
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    8     1  context  Lorg/glassfish/jersey/client/ClientResponse;
            0    8     2    scope  Lorg/glassfish/jersey/process/internal/RequestScope;
    MethodParameters:
         Name  Flags
      context  final
      scope    final

  public int getStatus();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 73
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getStatus:()I
            ireturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public javax.ws.rs.core.Response$StatusType getStatusInfo();
    descriptor: ()Ljavax/ws/rs/core/Response$StatusType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 78
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getStatusInfo:()Ljavax/ws/rs/core/Response$StatusType;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.lang.Object getEntity();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 83
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getEntity:()Ljava/lang/Object;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    Exceptions:
      throws java.lang.IllegalStateException

  public <T> T readEntity(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.Class entityType
         0: .line 88
            aload 0 /* this */
            new org.glassfish.jersey.client.InboundJaxrsResponse$1
            dup
            aload 0 /* this */
            aload 1 /* entityType */
            invokespecial org.glassfish.jersey.client.InboundJaxrsResponse$1.<init>:(Lorg/glassfish/jersey/client/InboundJaxrsResponse;Ljava/lang/Class;)V
            invokevirtual org.glassfish.jersey.client.InboundJaxrsResponse.runInScopeIfPossible:(Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Class entityType
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1  entityType  Ljava/lang/Class<TT;>;
    Exceptions:
      throws javax.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      entityType  final

  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=5, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // javax.ws.rs.core.GenericType entityType
         0: .line 99
            aload 0 /* this */
            new org.glassfish.jersey.client.InboundJaxrsResponse$2
            dup
            aload 0 /* this */
            aload 1 /* entityType */
            invokespecial org.glassfish.jersey.client.InboundJaxrsResponse$2.<init>:(Lorg/glassfish/jersey/client/InboundJaxrsResponse;Ljavax/ws/rs/core/GenericType;)V
            invokevirtual org.glassfish.jersey.client.InboundJaxrsResponse.runInScopeIfPossible:(Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
            areturn
        end local 1 // javax.ws.rs.core.GenericType entityType
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1  entityType  Ljavax/ws/rs/core/GenericType<TT;>;
    Exceptions:
      throws javax.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljavax/ws/rs/core/GenericType<TT;>;)TT;
    MethodParameters:
            Name  Flags
      entityType  final

  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=6, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.Class entityType
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 110
            aload 0 /* this */
            new org.glassfish.jersey.client.InboundJaxrsResponse$3
            dup
            aload 0 /* this */
            aload 1 /* entityType */
            aload 2 /* annotations */
            invokespecial org.glassfish.jersey.client.InboundJaxrsResponse$3.<init>:(Lorg/glassfish/jersey/client/InboundJaxrsResponse;Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)V
            invokevirtual org.glassfish.jersey.client.InboundJaxrsResponse.runInScopeIfPossible:(Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // java.lang.Class entityType
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1   entityType  Ljava/lang/Class<TT;>;
            0    1     2  annotations  [Ljava/lang/annotation/Annotation;
    Exceptions:
      throws javax.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;[Ljava/lang/annotation/Annotation;)TT;
    MethodParameters:
             Name  Flags
      entityType   final
      annotations  final

  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=6, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // javax.ws.rs.core.GenericType entityType
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 122
            aload 0 /* this */
            new org.glassfish.jersey.client.InboundJaxrsResponse$4
            dup
            aload 0 /* this */
            aload 1 /* entityType */
            aload 2 /* annotations */
            invokespecial org.glassfish.jersey.client.InboundJaxrsResponse$4.<init>:(Lorg/glassfish/jersey/client/InboundJaxrsResponse;Ljavax/ws/rs/core/GenericType;[Ljava/lang/annotation/Annotation;)V
            invokevirtual org.glassfish.jersey.client.InboundJaxrsResponse.runInScopeIfPossible:(Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // javax.ws.rs.core.GenericType entityType
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1   entityType  Ljavax/ws/rs/core/GenericType<TT;>;
            0    1     2  annotations  [Ljava/lang/annotation/Annotation;
    Exceptions:
      throws javax.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljavax/ws/rs/core/GenericType<TT;>;[Ljava/lang/annotation/Annotation;)TT;
    MethodParameters:
             Name  Flags
      entityType   final
      annotations  final

  public boolean hasEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 132
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.hasEntity:()Z
            ireturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public boolean bufferEntity();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 137
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.bufferEntity:()Z
            ireturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    Exceptions:
      throws javax.ws.rs.ProcessingException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 143
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.close:()V
         1: .line 144
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1
         3: .line 145
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            ifnull 5
         4: .line 146
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            invokeinterface org.glassfish.jersey.process.internal.RequestContext.release:()V
         5: .line 148
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
         6: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            ifnull 8
         7: .line 146
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            invokeinterface org.glassfish.jersey.process.internal.RequestContext.release:()V
         8: .line 149
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
      Exception table:
        from    to  target  type
           0     2       2  any
    Exceptions:
      throws javax.ws.rs.ProcessingException

  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.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.String name
         0: .line 153
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* name */
            invokevirtual org.glassfish.jersey.client.ClientResponse.getHeaderString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  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=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 158
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public javax.ws.rs.core.MediaType getMediaType();
    descriptor: ()Ljavax/ws/rs/core/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 163
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getMediaType:()Ljavax/ws/rs/core/MediaType;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Locale getLanguage();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 168
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLanguage:()Ljava/util/Locale;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public int getLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 173
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLength:()I
            ireturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Map<java.lang.String, javax.ws.rs.core.NewCookie> getCookies();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 178
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getResponseCookies:()Ljava/util/Map;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    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=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 183
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getEntityTag:()Ljavax/ws/rs/core/EntityTag;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Date getDate();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 188
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getDate:()Ljava/util/Date;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Date getLastModified();
    descriptor: ()Ljava/util/Date;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 193
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLastModified:()Ljava/util/Date;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Set<java.lang.String> getAllowedMethods();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 198
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getAllowedMethods:()Ljava/util/Set;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public java.net.URI getLocation();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 203
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLocation:()Ljava/net/URI;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  public java.util.Set<javax.ws.rs.core.Link> getLinks();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 208
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLinks:()Ljava/util/Set;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
    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.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.String relation
         0: .line 213
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* relation */
            invokevirtual org.glassfish.jersey.client.ClientResponse.hasLink:(Ljava/lang/String;)Z
            ireturn
        end local 1 // java.lang.String relation
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            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.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.String relation
         0: .line 218
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* relation */
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLink:(Ljava/lang/String;)Ljavax/ws/rs/core/Link;
            areturn
        end local 1 // java.lang.String relation
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            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.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // java.lang.String relation
         0: .line 223
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* relation */
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLinkBuilder:(Ljava/lang/String;)Ljavax/ws/rs/core/Link$Builder;
            areturn
        end local 1 // java.lang.String relation
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

  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=2, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 229
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            astore 1 /* headers */
        start local 1 // javax.ws.rs.core.MultivaluedMap headers
         1: .line 230
            aload 1 /* headers */
            areturn
        end local 1 // javax.ws.rs.core.MultivaluedMap headers
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            1    2     1  headers  Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;*>;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 235
            new java.lang.StringBuilder
            dup
            ldc "InboundJaxrsResponse{context="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;

  private <T> T runInScopeIfPossible(org.glassfish.jersey.internal.util.Producer<T>);
    descriptor: (Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
        start local 1 // org.glassfish.jersey.internal.util.Producer producer
         0: .line 239
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
            ifnull 2
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            ifnull 2
         1: .line 240
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            aload 1 /* producer */
            invokevirtual org.glassfish.jersey.process.internal.RequestScope.runInScope:(Lorg/glassfish/jersey/process/internal/RequestContext;Lorg/glassfish/jersey/internal/util/Producer;)Ljava/lang/Object;
            areturn
         2: .line 242
      StackMap locals:
      StackMap stack:
            aload 1 /* producer */
            invokeinterface org.glassfish.jersey.internal.util.Producer.call:()Ljava/lang/Object;
            areturn
        end local 1 // org.glassfish.jersey.internal.util.Producer producer
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    3     1  producer  Lorg/glassfish/jersey/internal/util/Producer<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/glassfish/jersey/internal/util/Producer<TT;>;)TT;
    MethodParameters:
          Name  Flags
      producer  
}
SourceFile: "InboundJaxrsResponse.java"
NestMembers:
  org.glassfish.jersey.client.InboundJaxrsResponse$1  org.glassfish.jersey.client.InboundJaxrsResponse$2  org.glassfish.jersey.client.InboundJaxrsResponse$3  org.glassfish.jersey.client.InboundJaxrsResponse$4
InnerClasses:
  public abstract Builder = javax.ws.rs.core.Link$Builder of javax.ws.rs.core.Link
  public abstract StatusType = javax.ws.rs.core.Response$StatusType of javax.ws.rs.core.Response
  org.glassfish.jersey.client.InboundJaxrsResponse$1
  org.glassfish.jersey.client.InboundJaxrsResponse$2
  org.glassfish.jersey.client.InboundJaxrsResponse$3
  org.glassfish.jersey.client.InboundJaxrsResponse$4