Uses of Class
org.apache.flink.runtime.rest.HttpHeader
Packages that use HttpHeader
-
Uses of HttpHeader in org.apache.flink.runtime.rest.messages
Methods in org.apache.flink.runtime.rest.messages that return types with arguments of type HttpHeaderModifier and TypeMethodDescriptionCustomHeadersDecorator.getCustomHeaders()Returns the custom headers added to the message.default Collection<HttpHeader>MessageHeaders.getCustomHeaders()Returns a collection of custom HTTP headers.Methods in org.apache.flink.runtime.rest.messages with parameters of type HttpHeaderModifier and TypeMethodDescriptionvoidCustomHeadersDecorator.addCustomHeader(HttpHeader httpHeader) Adds a custom header to the message.Method parameters in org.apache.flink.runtime.rest.messages with type arguments of type HttpHeaderModifier and TypeMethodDescriptionvoidCustomHeadersDecorator.setCustomHeaders(Collection<HttpHeader> customHeaders) Sets the custom headers for the message.