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

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

  public java.lang.Object getProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.String name
         0: .line 276
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* name */
            invokevirtual org.glassfish.jersey.client.ClientRequest.getProperty:(Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.util.Collection<java.lang.String> getPropertyNames();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 281
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getPropertyNames:()Ljava/util/Collection;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public void setProperty(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Object object
         0: .line 286
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* name */
            aload 2 /* object */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 287
            return
        end local 2 // java.lang.Object object
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1    name  Ljava/lang/String;
            0    2     2  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      name    
      object  

  public void removeProperty(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.String name
         0: .line 291
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* name */
            invokevirtual org.glassfish.jersey.client.ClientRequest.removeProperty:(Ljava/lang/String;)V
         1: .line 292
            return
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public java.net.URI getUri();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 296
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getUri:()Ljava/net/URI;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public void setUri(java.net.URI);
    descriptor: (Ljava/net/URI;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.net.URI uri
         0: .line 301
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* uri */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setUri:(Ljava/net/URI;)V
         1: .line 302
            return
        end local 1 // java.net.URI uri
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1   uri  Ljava/net/URI;
    MethodParameters:
      Name  Flags
      uri   

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 306
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getMethod:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public void setMethod(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.String method
         0: .line 311
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* method */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setMethod:(Ljava/lang/String;)V
         1: .line 312
            return
        end local 1 // java.lang.String method
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1  method  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  

  public javax.ws.rs.core.MultivaluedMap<java.lang.String, java.lang.Object> 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$InvocationInterceptorRequestContext this
         0: .line 316
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljavax/ws/rs/core/MultivaluedMap<Ljava/lang/String;Ljava/lang/Object;>;

  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.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 321
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getStringHeaders:()Ljavax/ws/rs/core/MultivaluedMap;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    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$InvocationInterceptorRequestContext this
        start local 1 // java.lang.String name
         0: .line 326
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* name */
            invokevirtual org.glassfish.jersey.client.ClientRequest.getHeaderString:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

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

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

  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$InvocationInterceptorRequestContext this
         0: .line 341
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getMediaType:()Ljavax/ws/rs/core/MediaType;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public java.util.List<javax.ws.rs.core.MediaType> getAcceptableMediaTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 346
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getAcceptableMediaTypes:()Ljava/util/List;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljava/util/List<Ljavax/ws/rs/core/MediaType;>;

  public java.util.List<java.util.Locale> getAcceptableLanguages();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 351
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getAcceptableLanguages:()Ljava/util/List;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljava/util/List<Ljava/util/Locale;>;

  public java.util.Map<java.lang.String, javax.ws.rs.core.Cookie> 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$InvocationInterceptorRequestContext this
         0: .line 356
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getCookies:()Ljava/util/Map;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljavax/ws/rs/core/Cookie;>;

  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$InvocationInterceptorRequestContext this
         0: .line 361
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.hasEntity:()Z
            ireturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  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.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 366
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getEntity:()Ljava/lang/Object;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public java.lang.Class<?> getEntityClass();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 371
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getEntityClass:()Ljava/lang/Class;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
    Signature: ()Ljava/lang/Class<*>;

  public java.lang.reflect.Type getEntityType();
    descriptor: ()Ljava/lang/reflect/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 376
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getEntityType:()Ljava/lang/reflect/Type;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public void setEntity(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.Object entity
         0: .line 381
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* entity */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setEntity:(Ljava/lang/Object;)V
         1: .line 382
            return
        end local 1 // java.lang.Object entity
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1  entity  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      entity  

  public void setEntity(java.lang.Object, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType);
    descriptor: (Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.lang.Object entity
        start local 2 // java.lang.annotation.Annotation[] annotations
        start local 3 // javax.ws.rs.core.MediaType mediaType
         0: .line 386
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* entity */
            aload 2 /* annotations */
            aload 3 /* mediaType */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setEntity:(Ljava/lang/Object;[Ljava/lang/annotation/Annotation;Ljavax/ws/rs/core/MediaType;)V
         1: .line 387
            return
        end local 3 // javax.ws.rs.core.MediaType mediaType
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // java.lang.Object entity
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1       entity  Ljava/lang/Object;
            0    2     2  annotations  [Ljava/lang/annotation/Annotation;
            0    2     3    mediaType  Ljavax/ws/rs/core/MediaType;
    MethodParameters:
             Name  Flags
      entity       
      annotations  
      mediaType    

  public java.lang.annotation.Annotation[] getEntityAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 391
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getEntityAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

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

  public void setEntityStream(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // java.io.OutputStream outputStream
         0: .line 401
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* outputStream */
            invokevirtual org.glassfish.jersey.client.ClientRequest.setEntityStream:(Ljava/io/OutputStream;)V
         1: .line 402
            return
        end local 1 // java.io.OutputStream outputStream
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    2     1  outputStream  Ljava/io/OutputStream;
    MethodParameters:
              Name  Flags
      outputStream  

  public javax.ws.rs.client.Client getClient();
    descriptor: ()Ljavax/ws/rs/client/Client;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 406
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getClient:()Lorg/glassfish/jersey/client/JerseyClient;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public javax.ws.rs.core.Configuration getConfiguration();
    descriptor: ()Ljavax/ws/rs/core/Configuration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
         0: .line 411
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getConfiguration:()Ljavax/ws/rs/core/Configuration;
            areturn
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;

  public void abortWith(javax.ws.rs.core.Response);
    descriptor: (Ljavax/ws/rs/core/Response;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
        start local 1 // javax.ws.rs.core.Response response
         0: .line 416
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            invokevirtual org.glassfish.jersey.client.ClientRequest.getAbortResponse:()Ljavax/ws/rs/core/Response;
            ifnull 3
         1: .line 417
            getstatic org.glassfish.jersey.client.InvocationInterceptorStages.LOGGER:Ljava/util/logging/Logger;
            invokestatic org.glassfish.jersey.client.internal.LocalizationMessages.PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.warning:(Ljava/lang/String;)V
         2: .line 418
            new java.lang.IllegalStateException
            dup
            invokestatic org.glassfish.jersey.client.internal.LocalizationMessages.PREINVOCATION_INTERCEPTOR_MULTIPLE_ABORTIONS:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 420
      StackMap locals:
      StackMap stack:
            getstatic org.glassfish.jersey.client.InvocationInterceptorStages.LOGGER:Ljava/util/logging/Logger;
            invokestatic org.glassfish.jersey.client.internal.LocalizationMessages.PREINVOCATION_INTERCEPTOR_ABORT_WITH:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         4: .line 421
            aload 0 /* this */
            getfield org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext.clientRequest:Lorg/glassfish/jersey/client/ClientRequest;
            aload 1 /* response */
            invokevirtual org.glassfish.jersey.client.ClientRequest.abortWith:(Ljavax/ws/rs/core/Response;)V
         5: .line 422
            return
        end local 1 // javax.ws.rs.core.Response response
        end local 0 // org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/glassfish/jersey/client/InvocationInterceptorStages$InvocationInterceptorRequestContext;
            0    6     1  response  Ljavax/ws/rs/core/Response;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "InvocationInterceptorStages.java"
NestHost: org.glassfish.jersey.client.InvocationInterceptorStages
InnerClasses:
  private InvocationInterceptorRequestContext = org.glassfish.jersey.client.InvocationInterceptorStages$InvocationInterceptorRequestContext of org.glassfish.jersey.client.InvocationInterceptorStages