| Package | Description |
|---|---|
| xyz.cofe.http |
| Modifier and Type | Field and Description |
|---|---|
protected Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.redirectValidate |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpHeaders.clone() |
static HttpHeaders |
HttpHeaders.createFromMultiMap(Map<String,List<String>> multiMap) |
HttpHeaders |
HttpResponse.getHttpHeaders() |
HttpHeaders |
HttpRequest.getHttpHeaders() |
HttpHeaders |
HttpHeaders.set(String key,
String value)
Установка заголовка
|
| Modifier and Type | Method and Description |
|---|---|
Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> |
HttpResponse.getRedirectValidate()
Возвращает проверку redirect.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpResponse.setHttpHeaders(HttpHeaders headers) |
void |
HttpRequest.setHttpHeaders(HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.setRedirectValidate(Func4<Boolean,HttpHeaders,URL,URL,List<Pair<URL,URL>>> redirectValidate)
Устанавливает проверку redirect.
|
| Constructor and Description |
|---|
HttpHeaders(HttpHeaders source) |
Copyright © 2018. All rights reserved.