| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomHeadersDecorator.addCustomHeader(HttpHeader httpHeader)
Adds a custom header to the message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomHeadersDecorator.setCustomHeaders(Collection<HttpHeader> customHeaders)
Sets the custom headers for the message.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.