HttpFuture.wait
void wait()Blocks until the future is completed.
Warning: This method blocks indefinitely. For timeout support, use polling with ready() and a timer, or use the async client's native timeout mechanisms.
void wait()Blocks until the future is completed.
Warning: This method blocks indefinitely. For timeout support, use polling with ready() and a timer, or use the async client's native timeout mechanisms.