public interface org.glassfish.jersey.client.spi.PostInvocationInterceptor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.glassfish.jersey.client.spi.PostInvocationInterceptor
  super_class: java.lang.Object
{
  public abstract void afterRequest(javax.ws.rs.client.ClientRequestContext, javax.ws.rs.client.ClientResponseContext);
    descriptor: (Ljavax/ws/rs/client/ClientRequestContext;Ljavax/ws/rs/client/ClientResponseContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      requestContext   
      responseContext  

  public abstract void onException(javax.ws.rs.client.ClientRequestContext, org.glassfish.jersey.client.spi.PostInvocationInterceptor$ExceptionContext);
    descriptor: (Ljavax/ws/rs/client/ClientRequestContext;Lorg/glassfish/jersey/client/spi/PostInvocationInterceptor$ExceptionContext;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      requestContext    
      exceptionContext  
}
SourceFile: "PostInvocationInterceptor.java"
NestMembers:
  org.glassfish.jersey.client.spi.PostInvocationInterceptor$ExceptionContext
InnerClasses:
  public abstract ExceptionContext = org.glassfish.jersey.client.spi.PostInvocationInterceptor$ExceptionContext of org.glassfish.jersey.client.spi.PostInvocationInterceptor
    RuntimeVisibleAnnotations: 
      org.glassfish.jersey.spi.Contract()
      javax.ws.rs.ConstrainedTo(value = javax.ws.rs.RuntimeType.CLIENT:Ljavax/ws/rs/RuntimeType;)
    RuntimeInvisibleAnnotations: 
      org.glassfish.jersey.Beta()