StreamEvent Type

Events that may transition a stream's state. `endStream` is the value of the END_STREAM flag on the frame that triggered the event.

Union cases

Union case Description

RecvData endStream

Full Usage: RecvData endStream

Parameters:
    endStream : bool

endStream : bool

RecvHeaders endStream

Full Usage: RecvHeaders endStream

Parameters:
    endStream : bool

endStream : bool

RecvPushPromise

Full Usage: RecvPushPromise

RecvRstStream

Full Usage: RecvRstStream

SendData endStream

Full Usage: SendData endStream

Parameters:
    endStream : bool

endStream : bool

SendHeaders endStream

Full Usage: SendHeaders endStream

Parameters:
    endStream : bool

endStream : bool

SendPushPromise

Full Usage: SendPushPromise

SendRstStream

Full Usage: SendRstStream

Instance members

Instance member Description

this.IsRecvData

Full Usage: this.IsRecvData

Returns: bool
Returns: bool

this.IsRecvHeaders

Full Usage: this.IsRecvHeaders

Returns: bool
Returns: bool

this.IsRecvPushPromise

Full Usage: this.IsRecvPushPromise

Returns: bool
Returns: bool

this.IsRecvRstStream

Full Usage: this.IsRecvRstStream

Returns: bool
Returns: bool

this.IsSendData

Full Usage: this.IsSendData

Returns: bool
Returns: bool

this.IsSendHeaders

Full Usage: this.IsSendHeaders

Returns: bool
Returns: bool

this.IsSendPushPromise

Full Usage: this.IsSendPushPromise

Returns: bool
Returns: bool

this.IsSendRstStream

Full Usage: this.IsSendRstStream

Returns: bool
Returns: bool