package fsm
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Connecting(listener: SseListener) extends SseStreamState with Product with Serializable
- final case class NextSseState(state: SseState, afterStateUpdate: () => Unit = NextSseState.DoNothing) extends Product with Serializable
- Annotations
- @SuppressWarnings()
- final case class Open(listener: SseListener) extends SseStreamState with Product with Serializable
- final case class ProcessingClientCloseRequest(listener: SseListener) extends SseStreamState with Product with Serializable
- final case class ServerSentEvent(name: Option[String], data: Option[String], id: Option[String], retry: Option[Int]) extends Product with Serializable
- final case class SetCheck(actionName: String, checkSequences: List[SseMessageCheckSequence], next: Action) extends Product with Serializable
- final class SseClosedState extends SseState
- class SseClosingState extends SseState with StrictLogging
- class SseConnectingState extends SseState with StrictLogging
- class SseCrashedState extends SseState with StrictLogging
- class SseFsm extends StrictLogging
- class SseIdleState extends SseState with StrictLogging
- final case class SsePerformingCheckState(fsm: SseFsm, currentCheck: SseMessageCheck, remainingChecks: List[SseMessageCheck], checkSequenceStart: Long, remainingCheckSequences: List[SseMessageCheckSequence], session: Session, next: Action) extends SseState with StrictLogging with Product with Serializable
- abstract class SseState extends StrictLogging
- class SseStream extends StrictLogging
- class SseStreamDecoder extends Utf8ByteBufCharsetDecoder
- sealed trait SseStreamState extends AnyRef
Value Members
- case object Close extends SseStreamState with Product with Serializable
- object NextSseState extends Serializable
- object SseConnectingState
- object SseFsm
- object SseStream
- object SseStreamDecoder