template.headers(ImmutableMultimap.of("X-Application-Version", "{version}"));@param headers if null, remove all headers. else value to replace all headerswith. @see #headers()
Sends asynchronously a HEADER frame on this stream.
HEADERS frames should always be sent after a SYN_REPLY frame.
Callers may use the returned future to wait for the headers to be actually sent.
@param headersInfo the metadata to send @see #headers(HeadersInfo,Callback) @see #reply(ReplyInfo)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|