Sends asynchronously a DATA frame on this stream.
DATA frames should always be sent after a SYN_REPLY frame.
Callers may use the returned future to wait for the data to be actually sent.
@param dataInfo the metadata to send @see #data(DataInfo,Callback) @see #reply(ReplyInfo)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|