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 HttpHeadersHttpRequest.httpHeadersprotected HttpHeadersHttpResponse.httpHeadersprotected HttpHeadersHttpRequest.secureHttpHeadersAdditional headers toHttpRequest.httpHeadersthat which can be used and won't be saved in plain text.Methods in org.flowable.http.common.api that return HttpHeadersModifier and TypeMethodDescriptionHttpRequest.getHttpHeaders()HttpResponse.getHttpHeaders()HttpRequest.getSecureHttpHeaders()static HttpHeadersHttpHeaders.parseFromString(String headersString) Methods in org.flowable.http.common.api with parameters of type HttpHeadersModifier and TypeMethodDescriptionvoidHttpRequest.setHttpHeaders(HttpHeaders httpHeaders) voidHttpResponse.setHttpHeaders(HttpHeaders httpHeaders) voidHttpRequest.setSecureHttpHeaders(HttpHeaders secureHttpHeaders) -
Uses of HttpHeaders in org.flowable.http.common.impl
Methods in org.flowable.http.common.impl that return HttpHeadersModifier and TypeMethodDescriptionprotected HttpHeadersBaseHttpActivityDelegate.getRequestHeaders(VariableContainer variableContainer) protected HttpHeadersBaseHttpActivityDelegate.getRequestSecureHeaders(VariableContainer variableContainer) protected HttpHeadersBaseHttpActivityDelegate.parseRequestHeaders(VariableContainer variableContainer, Expression headers, String errorPrefix) -
Uses of HttpHeaders in org.flowable.http.common.impl.apache
Methods in org.flowable.http.common.impl.apache that return HttpHeadersModifier and TypeMethodDescriptionprotected HttpHeadersApacheHttpComponentsFlowableHttpClient.getHeaders(org.apache.http.Header[] headers) Methods in org.flowable.http.common.impl.apache with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected voidApacheHttpComponentsFlowableHttpClient.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 voidApacheHttpComponents5FlowableHttpClient.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 HttpHeadersSpringWebClientFlowableHttpClient.toFlowableHeaders(HttpHeaders httpHeaders) Methods in org.flowable.http.common.impl.spring.reactive with parameters of type HttpHeadersModifier and TypeMethodDescriptionprotected voidSpringWebClientFlowableHttpClient.setHeaders(WebClient.RequestHeadersSpec<?> base, HttpHeaders headers)