| Package | Description |
|---|---|
| com.aliyun.core.http |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpHeaders |
HttpResponse.getHeaders() |
HttpHeaders |
HttpRequest.getHeaders() |
HttpHeaders |
BufferedHttpResponse.getHeaders() |
HttpHeaders |
HttpHeaders.put(String name,
String value)
Deprecated.
|
HttpHeaders |
HttpHeaders.putAll(HttpHeaders headers) |
HttpHeaders |
HttpHeaders.set(String name,
List<String> values) |
HttpHeaders |
HttpHeaders.set(String name,
String value) |
HttpHeaders |
HttpHeaders.setAll(Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponseHandler.onStream(org.reactivestreams.Publisher<ByteBuffer> publisher,
int httpStatusCode,
HttpHeaders headers)
Called when the response stream is ready.
|
HttpHeaders |
HttpHeaders.putAll(HttpHeaders headers) |
HttpRequest |
HttpRequest.setHeaders(HttpHeaders headers) |
| Constructor and Description |
|---|
HttpRequest(HttpMethod httpMethod,
URL url,
HttpHeaders headers,
ByteBuffer body) |
Copyright © 2022. All rights reserved.