public interface HttpClient
| Modifier and Type | Method and Description |
|---|---|
static HttpClient |
defaultClient() |
Response |
request(URL endpointUrl,
String httpMethod,
Map<String,String> headers,
byte[] requestBody,
int connectTimeoutMs,
int readTimeoutMs) |
Copyright © 2021. All rights reserved.