class org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext implements javax.ws.rs.client.ClientResponseContext
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext
  super_class: java.lang.Object
{
  private final org.glassfish.jersey.client.ClientResponse clientResponse;
    descriptor: Lorg/glassfish/jersey/client/ClientResponse;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.glassfish.jersey.client.ClientResponse);
    descriptor: (Lorg/glassfish/jersey/client/ClientResponse;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // org.glassfish.jersey.client.ClientResponse clientResponse
         0: .line 470
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 471
            aload 0 /* this */
            aload 1 /* clientResponse */
            putfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
         2: .line 472
            return
        end local 1 // org.glassfish.jersey.client.ClientResponse clientResponse
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    3     1  clientResponse  Lorg/glassfish/jersey/client/ClientResponse;
    MethodParameters:
                Name  Flags
      clientResponse  

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

  public void setStatus(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // int code
         0: .line 481
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            iload 1 /* code */
            invokevirtual org.glassfish.jersey.client.ClientResponse.setStatus:(I)V
         1: .line 482
            return
        end local 1 // int code
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    2     1  code  I
    MethodParameters:
      Name  Flags
      code  

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 486
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  public void setStatusInfo(javax.ws.rs.core.Response$StatusType);
    descriptor: (Ljavax/ws/rs/core/Response$StatusType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // javax.ws.rs.core.Response$StatusType statusInfo
         0: .line 491
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* statusInfo */
            invokevirtual org.glassfish.jersey.client.ClientResponse.setStatusInfo:(Ljavax/ws/rs/core/Response$StatusType;)V
         1: .line 492
            return
        end local 1 // javax.ws.rs.core.Response$StatusType statusInfo
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    2     1  statusInfo  Ljavax/ws/rs/core/Response$StatusType;
    MethodParameters:
            Name  Flags
      statusInfo  

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.String> getHeaders();
    descriptor: ()Ljavax/ws/rs/core/MultivaluedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 496
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/String;>;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // java.lang.String name
         0: .line 501
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 506
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getAllowedMethods:()Ljava/util/Set;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 511
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getDate:()Ljava/util/Date;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 516
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLanguage:()Ljava/util/Locale;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

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

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 526
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 531
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getCookies:()Ljava/util/Map;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
    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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 536
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 541
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLastModified:()Ljava/util/Date;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 546
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLocation:()Ljava/net/URI;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 551
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getLinks:()Ljava/util/Set;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
    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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // java.lang.String relation
         0: .line 556
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // java.lang.String relation
         0: .line 561
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // java.lang.String relation
         0: .line 566
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse: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.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    1     1  relation  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      relation  

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

  public java.io.InputStream getEntityStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
         0: .line 576
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            invokevirtual org.glassfish.jersey.client.ClientResponse.getEntityStream:()Ljava/io/InputStream;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;

  public void setEntityStream(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
        start local 1 // java.io.InputStream input
         0: .line 581
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext.clientResponse:Lorg/glassfish/jersey/client/ClientResponse;
            aload 1 /* input */
            invokevirtual org.glassfish.jersey.client.ClientResponse.setEntityStream:(Ljava/io/InputStream;)V
         1: .line 582
            return
        end local 1 // java.io.InputStream input
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorResponseContext;
            0    2     1  input  Ljava/io/InputStream;
    MethodParameters:
       Name  Flags
      input  
}
SourceFile: "InvocationInterceptorStages.java"
NestHost: org.glassfish.jersey.client.InvocationInterceptorStages
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
  private InvocationInterceptorResponseContext = org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorResponseContext of org.glassfish.jersey.client.InvocationInterceptorStages