package ws
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class WsBinaryCheck(wrapped: Check[Array[Byte]]) extends WsCheck with Check[Array[Byte]] with Product with Serializable
- case class WsBinaryFrameCheck(name: String, matchConditions: List[WsBinaryCheck], checks: List[WsBinaryCheck]) extends WsFrameCheck with Product with Serializable
- sealed trait WsCheck extends AnyRef
- trait WsCheckSupport extends AnyRef
- sealed trait WsFrameCheck extends AnyRef
- case class WsFrameCheckSequence[+T <: WsFrameCheck](timeout: FiniteDuration, checks: List[T]) extends Product with Serializable
- class WsJsonPathCheckMaterializer extends CheckMaterializer[JsonPathCheckType, WsTextCheck, String, Any]
- case class WsTextCheck(wrapped: Check[String]) extends WsCheck with Check[String] with Product with Serializable
- case class WsTextFrameCheck(name: String, matchConditions: List[WsTextCheck], checks: List[WsTextCheck]) extends WsFrameCheck with Product with Serializable
Value Members
- object WsBodyBytesCheckMaterializer extends CheckMaterializer[BodyBytesCheckType, WsBinaryCheck, Array[Byte], Array[Byte]]
- object WsRegexCheckMaterializer extends CheckMaterializer[RegexCheckType, WsTextCheck, String, CharSequence]
- object WsSubstringCheckMaterializer extends CheckMaterializer[SubstringCheckType, WsTextCheck, String, String]