Session.setNextStreamID

Tells the Session that next stream ID is |next_stream_id|. The |next_stream_id| must be equal or greater than the value returned by getNextStreamID().

This function returns 0 if it succeeds, or one of the following negative error codes:

ErrorCode.INVALID_ARGUMENT The |next_stream_id| is strictly less than the value getNextStreamID() returns.

class Session
setNextStreamID

Meta