Interface HttpClientPool

  • All Known Implementing Classes:
    HttpClientPoolImpl

    public interface HttpClientPool
    Manages access to single host (identified by the same URL), keeping a HttpConnectionPool for each executor.
    • Method Detail

      • config

        Http config()
      • start

        void start​(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> completionHandler)
      • shutdown

        void shutdown()
      • connectionPool

        HttpConnectionPool connectionPool​(io.netty.util.concurrent.EventExecutor executor)
      • host

        java.lang.String host()
      • authority

        java.lang.String authority()
      • originalDestinationBytes

        byte[] originalDestinationBytes()
      • scheme

        java.lang.String scheme()
      • isSecure

        boolean isSecure()