final case class WsPerformingCheckState(fsm: WsFsm, webSocket: WebSocket, currentCheck: WsFrameCheck, remainingChecks: List[WsFrameCheck], checkSequenceStart: Long, remainingCheckSequences: List[WsFrameCheckSequence[WsFrameCheck]], session: Session, next: Either[Action, SendFrame]) extends WsState with StrictLogging with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WsPerformingCheckState
- Serializable
- Product
- Equals
- WsState
- StrictLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WsPerformingCheckState(fsm: WsFsm, webSocket: WebSocket, currentCheck: WsFrameCheck, remainingChecks: List[WsFrameCheck], checkSequenceStart: Long, remainingCheckSequences: List[WsFrameCheckSequence[WsFrameCheck]], session: Session, next: Either[Action, SendFrame])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def autoReplyTextFrames(message: String, webSocket: WebSocket): Boolean
- Attributes
- protected
- Definition Classes
- WsState
- val checkSequenceStart: Long
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val currentCheck: WsFrameCheck
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fsm: WsFsm
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logResponse(session: Session, actionName: String, start: Long, end: Long, status: Status, code: Option[String], reason: Option[String]): Session
- Attributes
- protected
- Definition Classes
- WsState
- def logUnmatchedServerMessage(session: Session): Unit
- Attributes
- protected
- Definition Classes
- WsState
- val logger: Logger
- Attributes
- protected
- Definition Classes
- StrictLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val next: Either[Action, SendFrame]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onBinaryFrameReceived(message: Array[Byte], timestamp: Long): NextWsState
- Definition Classes
- WsPerformingCheckState → WsState
- def onClientCloseRequest(actionName: String, session: Session, next: Action): NextWsState
- Definition Classes
- WsState
- def onPerformInitialConnect(session: Session, initialConnectNext: Action): NextWsState
- Definition Classes
- WsState
- def onSendBinaryFrame(actionName: String, message: Array[Byte], checkSequences: List[WsFrameCheckSequence[WsFrameCheck]], session: Session, next: Action): NextWsState
- Definition Classes
- WsState
- def onSendTextFrame(actionName: String, message: String, checkSequences: List[WsFrameCheckSequence[WsFrameCheck]], session: Session, next: Action): NextWsState
- Definition Classes
- WsState
- def onTextFrameReceived(message: String, timestamp: Long): NextWsState
- Definition Classes
- WsPerformingCheckState → WsState
- def onTimeout(): NextWsState
- Definition Classes
- WsPerformingCheckState → WsState
- def onWebSocketClosed(code: Int, reason: String, timestamp: Long): NextWsState
- Definition Classes
- WsPerformingCheckState → WsState
- def onWebSocketConnected(webSocket: WebSocket, cookies: List[Cookie], timestamp: Long): NextWsState
- Definition Classes
- WsState
- def onWebSocketCrashed(t: Throwable, timestamp: Long): NextWsState
- Definition Classes
- WsPerformingCheckState → WsState
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val remainingCheckSequences: List[WsFrameCheckSequence[WsFrameCheck]]
- val remainingChecks: List[WsFrameCheck]
- def sendFrameNextAction(session: Session, sendFrame: SendFrame): () => Unit
- Attributes
- protected
- Definition Classes
- WsState
- val session: Session
- val stateName: String
- Attributes
- protected
- Definition Classes
- WsState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val webSocket: WebSocket