public interface org.jboss.resteasy.client.ClientExecutor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.client.ClientExecutor
  super_class: java.lang.Object
{
  public abstract org.jboss.resteasy.client.ClientRequest createRequest(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      uriTemplate  

  public abstract org.jboss.resteasy.client.ClientRequest createRequest(javax.ws.rs.core.UriBuilder);
    descriptor: (Ljavax/ws/rs/core/UriBuilder;)Lorg/jboss/resteasy/client/ClientRequest;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      uriBuilder  

  public abstract org.jboss.resteasy.client.ClientResponse execute(org.jboss.resteasy.client.ClientRequest);
    descriptor: (Lorg/jboss/resteasy/client/ClientRequest;)Lorg/jboss/resteasy/client/ClientResponse;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      request  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
}
SourceFile: "ClientExecutor.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()