public class HttpClient
extends java.lang.Object
| Constructor and Description | 
|---|
HttpClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
java.util.concurrent.CompletableFuture<java.lang.String> | 
getMetrics()  | 
void | 
open()  | 
public void open()
          throws java.io.FileNotFoundException,
                 java.lang.InterruptedException
java.io.FileNotFoundExceptionjava.lang.InterruptedExceptionpublic void close()
           throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic java.util.concurrent.CompletableFuture<java.lang.String> getMetrics()
                                                                    throws java.lang.InterruptedException
java.lang.InterruptedExceptionCopyright © 2021. All Rights Reserved.