onTerminated property

void onTerminated= (void value(int v))

Sets the termination handler on this stream.

The handler will be called if the stream receives an RST_STREAM frame.

Implementation

set onTerminated(void value(int v));