public interface org.jboss.resteasy.spi.interception.ClientExecutionContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.jboss.resteasy.spi.interception.ClientExecutionContext
super_class: java.lang.Object
{
public abstract org.jboss.resteasy.client.ClientRequest getRequest();
descriptor: ()Lorg/jboss/resteasy/client/ClientRequest;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.jboss.resteasy.client.ClientResponse proceed();
descriptor: ()Lorg/jboss/resteasy/client/ClientResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
}
SourceFile: "ClientExecutionContext.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()