| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.messages |
| 限定符和类型 | 方法和说明 |
|---|---|
Collection<HttpHeader> |
CustomHeadersDecorator.getCustomHeaders()
Returns the custom headers added to the message.
|
default Collection<HttpHeader> |
MessageHeaders.getCustomHeaders()
Returns a collection of custom HTTP headers.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CustomHeadersDecorator.addCustomHeader(HttpHeader httpHeader)
Adds a custom header to the message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CustomHeadersDecorator.setCustomHeaders(Collection<HttpHeader> customHeaders)
Sets the custom headers for the message.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.