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()
      • sendRequest

        void sendRequest​(io.undertow.client.ClientRequest request,
                         io.undertow.client.ClientCallback<io.undertow.client.ClientExchange> callback)