Uses of Class
org.apache.flink.runtime.rest.HttpHeader
-
Packages that use HttpHeader Package Description org.apache.flink.runtime.rest.messages -
-
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 HttpHeader Modifier and Type Method Description Collection<HttpHeader>CustomHeadersDecorator. 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 HttpHeader Modifier and Type Method Description voidCustomHeadersDecorator. addCustomHeader(HttpHeader httpHeader)Adds a custom header to the message.Method parameters in org.apache.flink.runtime.rest.messages with type arguments of type HttpHeader Modifier and Type Method Description voidCustomHeadersDecorator. setCustomHeaders(Collection<HttpHeader> customHeaders)Sets the custom headers for the message.
-