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)Configuration
. This is custom data that was previously set to the configuration using {@link #data(Object,Object)}. Use custom data if you want to pass data to your custom {@link QueryPart} or {@link ExecuteListener} objects to bemade available at render, bind, execution, fetch time.
See {@link ExecuteListener} for more details.
@return The custom data. This is never null
@see ExecuteListener
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|