module SSE::Impl

Internal components of the SSE implementation. All classes in this module should be considered unsupported and subject to change.

Constants

SetRetryInterval

Indicates that the SSE server sent a `retry:` field to override the client's reconnection interval. You will only see this class if you use {EventParser} directly; {Client} will consume it and not pass it on.

@!attribute milliseconds

@return [Int] the new reconnect interval in milliseconds