Interface HttpConnectionPool

    • Method Detail

      • afterRequestSent

        void afterRequestSent​(HttpConnection connection)
      • waitingSessions

        int waitingSessions()
      • executor

        io.netty.channel.EventLoop executor()
      • pulse

        void pulse()
      • connections

        java.util.Collection<? extends HttpConnection> connections()
      • release

        void release​(HttpConnection connection,
                     boolean becameAvailable,
                     boolean afterRequest)
      • onSessionReset

        void onSessionReset()
      • incrementInFlight

        void incrementInFlight()
      • decrementInFlight

        void decrementInFlight()
      • start

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

        void shutdown()