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