class org.glassfish.jersey.client.InboundJaxrsResponse extends jakarta.ws.rs.core.Response
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.client.InboundJaxrsResponse
  super_class: jakarta.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

  private final java.util.concurrent.atomic.AtomicBoolean isClosed;
    descriptor: Ljava/util/concurrent/atomic/AtomicBoolean;
    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=4, 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 63
            aload 0 /* this */
            invokespecial jakarta.ws.rs.core.Response.<init>:()V
         1: .line 55
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicBoolean
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicBoolean.<init>:(Z)V
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.isClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
         2: .line 64
            aload 0 /* this */
            aload 1 /* context */
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
         3: .line 65
            aload 0 /* this */
            aload 2 /* scope */
            putfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
         4: .line 66
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.scope:Lorg/glassfish/jersey/process/internal/RequestScope;
            ifnull 7
         5: .line 67
            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;
         6: .line 68
            goto 8
         7: .line 69
      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;
         8: .line 71
      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    9     0     this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
            0    9     1  context  Lorg/glassfish/jersey/client/ClientResponse;
            0    9     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 75
            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 jakarta.ws.rs.core.Response$StatusType getStatusInfo();
    descriptor: ()Ljakarta/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 80
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getStatusInfo:()Ljakarta/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 85
            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 90
            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 jakarta.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(jakarta.ws.rs.core.GenericType<T>);
    descriptor: (Ljakarta/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 // jakarta.ws.rs.core.GenericType entityType
         0: .line 101
            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;Ljakarta/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 // jakarta.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  Ljakarta/ws/rs/core/GenericType<TT;>;
    Exceptions:
      throws jakarta.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljakarta/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 112
            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 jakarta.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(jakarta.ws.rs.core.GenericType<T>, java.lang.annotation.Annotation[]);
    descriptor: (Ljakarta/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 // jakarta.ws.rs.core.GenericType entityType
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 124
            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;Ljakarta/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 // jakarta.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  Ljakarta/ws/rs/core/GenericType<TT;>;
            0    1     2  annotations  [Ljava/lang/annotation/Annotation;
    Exceptions:
      throws jakarta.ws.rs.ProcessingException, java.lang.IllegalStateException
    Signature: <T:Ljava/lang/Object;>(Ljakarta/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 134
            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 139
            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 jakarta.ws.rs.ProcessingException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
         0: .line 144
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.isClosed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 9
         1: .line 146
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.close:()V
         2: .line 147
            goto 7
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1
         4: .line 148
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            ifnull 6
         5: .line 149
            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
         6: .line 151
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 1
            athrow
         7: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.requestContext:Lorg/glassfish/jersey/process/internal/RequestContext;
            ifnull 9
         8: .line 149
            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
         9: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.glassfish.jersey.client.InboundJaxrsResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/glassfish/jersey/client/InboundJaxrsResponse;
      Exception table:
        from    to  target  type
           1     3       3  any
    Exceptions:
      throws jakarta.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 157
            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 jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getStringHeaders();
    descriptor: ()Ljakarta/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 162
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getHeaders:()Ljakarta/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: ()Ljakarta/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  public jakarta.ws.rs.core.MediaType getMediaType();
    descriptor: ()Ljakarta/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 167
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getMediaType:()Ljakarta/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 172
            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 177
            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, jakarta.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 182
            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;Ljakarta/ws/rs/core/NewCookie;>;

  public jakarta.ws.rs.core.EntityTag getEntityTag();
    descriptor: ()Ljakarta/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 187
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getEntityTag:()Ljakarta/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 192
            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 197
            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 202
            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 207
            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<jakarta.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 212
            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<Ljakarta/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 217
            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 jakarta.ws.rs.core.Link getLink(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljakarta/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 222
            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;)Ljakarta/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 jakarta.ws.rs.core.Link$Builder getLinkBuilder(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljakarta/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 227
            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;)Ljakarta/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 jakarta.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> getMetadata();
    descriptor: ()Ljakarta/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 233
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InboundJaxrsResponse.context:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getHeaders:()Ljakarta/ws/rs/core/MultivaluedMap;
            astore 1 /* headers */
        start local 1 // jakarta.ws.rs.core.MultivaluedMap headers
         1: .line 234
            aload 1 /* headers */
            areturn
        end local 1 // jakarta.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  Ljakarta/ws/rs/core/MultivaluedMap<Ljava/lang/String;*>;
    Signature: ()Ljakarta/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 239
            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 243
            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 244
            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 246
      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 = jakarta.ws.rs.core.Link$Builder of jakarta.ws.rs.core.Link
  public abstract StatusType = jakarta.ws.rs.core.Response$StatusType of jakarta.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