Package | Description |
---|---|
com.github.davidmoten.aws.lw.client | |
com.github.davidmoten.aws.lw.client.internal |
Modifier and Type | Method and Description |
---|---|
ResponseInputStream |
HttpClient.request(URL endpointUrl,
String httpMethod,
Map<String,String> headers,
byte[] requestBody,
int connectTimeoutMs,
int readTimeoutMs) |
ResponseInputStream |
Request.responseInputStream()
Opens a connection and makes the request.
|
Modifier and Type | Method and Description |
---|---|
Client.Builder4 |
Client.Builder4.retryCondition(Predicate<? super ResponseInputStream> shouldRetry) |
Modifier and Type | Method and Description |
---|---|
ResponseInputStream |
HttpClientDefault.request(URL endpointUrl,
String httpMethod,
Map<String,String> headers,
byte[] requestBody,
int connectTimeoutMs,
int readTimeoutMs) |
Copyright © 2021–2024. All rights reserved.