Uses of Class
org.flowable.http.common.api.HttpHeaders
Packages that use HttpHeaders
Package
Description
-
Uses of HttpHeaders in org.flowable.http.common.api
Fields in org.flowable.http.common.api declared as HttpHeadersModifier and TypeFieldDescriptionprotected HttpHeaders
HttpRequest.httpHeaders
protected HttpHeaders
HttpResponse.httpHeaders
Methods in org.flowable.http.common.api that return HttpHeadersModifier and TypeMethodDescriptionHttpRequest.getHttpHeaders()
HttpResponse.getHttpHeaders()
static HttpHeaders
HttpHeaders.parseFromString
(String headersString) Methods in org.flowable.http.common.api with parameters of type HttpHeadersModifier and TypeMethodDescriptionvoid
HttpRequest.setHttpHeaders
(HttpHeaders httpHeaders) void
HttpResponse.setHttpHeaders
(HttpHeaders httpHeaders) -
Uses of HttpHeaders in org.flowable.http.common.impl
Methods in org.flowable.http.common.impl that return HttpHeadersModifier and TypeMethodDescriptionprotected HttpHeaders
BaseHttpActivityDelegate.getRequestHeaders
(VariableContainer variableContainer) -
Uses of HttpHeaders in org.flowable.http.common.impl.apache
Methods in org.flowable.http.common.impl.apache that return HttpHeadersModifier and TypeMethodDescriptionprotected HttpHeaders
ApacheHttpComponentsFlowableHttpClient.getHeaders
(org.apache.http.Header[] headers) Methods in org.flowable.http.common.impl.apache with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected void
ApacheHttpComponentsFlowableHttpClient.setHeaders
(org.apache.http.HttpMessage base, HttpHeaders headers) -
Uses of HttpHeaders in org.flowable.http.common.impl.apache.client5
Methods in org.flowable.http.common.impl.apache.client5 with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected void
ApacheHttpComponents5FlowableHttpClient.setHeaders
(org.apache.hc.core5.http.nio.support.AsyncRequestBuilder base, HttpHeaders headers) -
Uses of HttpHeaders in org.flowable.http.common.impl.spring.reactive
Methods in org.flowable.http.common.impl.spring.reactive that return HttpHeadersModifier and TypeMethodDescriptionprotected HttpHeaders
SpringWebClientFlowableHttpClient.toFlowableHeaders
(HttpHeaders httpHeaders) Methods in org.flowable.http.common.impl.spring.reactive with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected void
SpringWebClientFlowableHttpClient.setHeaders
(WebClient.RequestHeadersSpec<?> base, HttpHeaders headers)