public interface io.vertx.core.http.impl.pool.ConnectionProvider<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.http.impl.pool.ConnectionProvider
  super_class: java.lang.Object
{
  public abstract void connect(io.vertx.core.http.impl.pool.ConnectionListener<C>, io.vertx.core.impl.ContextInternal, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.http.impl.pool.ConnectResult<C>>>);
    descriptor: (Lio/vertx/core/http/impl/pool/ConnectionListener;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/http/impl/pool/ConnectionListener<TC;>;Lio/vertx/core/impl/ContextInternal;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/http/impl/pool/ConnectResult<TC;>;>;>;)V
    MethodParameters:
               Name  Flags
      listener       
      context        
      resultHandler  

  public abstract void close();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TC;)V
    MethodParameters:
      Name  Flags
      conn  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConnectionProvider.java"