| Package | Description |
|---|---|
| org.flowable.http.common.api | |
| org.flowable.http.common.impl | |
| org.flowable.http.common.impl.apache | |
| org.flowable.http.common.impl.spring.reactive |
| Modifier and Type | Field and Description |
|---|---|
protected HttpHeaders |
HttpResponse.httpHeaders |
protected HttpHeaders |
HttpRequest.httpHeaders |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaders |
HttpResponse.getHttpHeaders() |
HttpHeaders |
HttpRequest.getHttpHeaders() |
static HttpHeaders |
HttpHeaders.parseFromString(String headersString) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpResponse.setHttpHeaders(HttpHeaders httpHeaders) |
void |
HttpRequest.setHttpHeaders(HttpHeaders httpHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
BaseHttpActivityDelegate.getRequestHeaders(VariableContainer variableContainer) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
ApacheHttpComponentsFlowableHttpClient.getHeaders(org.apache.http.Header[] headers) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ApacheHttpComponentsFlowableHttpClient.setHeaders(org.apache.http.HttpMessage base,
HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
protected HttpHeaders |
SpringWebClientFlowableHttpClient.toFlowableHeaders(org.springframework.http.HttpHeaders httpHeaders) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SpringWebClientFlowableHttpClient.setHeaders(org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?> base,
HttpHeaders headers) |
Copyright © 2021 Flowable. All rights reserved.