Interface HttpConnectionPool.ConnectionHandle

  • Enclosing class:
    HttpConnectionPool

    public static interface HttpConnectionPool.ConnectionHandle
    • Method Detail

      • getConnection

        io.undertow.client.ClientConnection getConnection()
      • done

        void done​(boolean close)
      • getUri

        URI getUri()
      • getAuthenticationContext

        org.wildfly.httpclient.common.PoolAuthenticationContext getAuthenticationContext()