Packages

package ws

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class WsBinaryCheck(wrapped: Check[Array[Byte]]) extends WsCheck with Check[Array[Byte]] with Product with Serializable
  2. case class WsBinaryFrameCheck(name: String, matchConditions: List[WsBinaryCheck], checks: List[WsBinaryCheck]) extends WsFrameCheck with Product with Serializable
  3. sealed trait WsCheck extends AnyRef
  4. trait WsCheckSupport extends AnyRef
  5. sealed trait WsFrameCheck extends AnyRef
  6. case class WsFrameCheckSequence[+T <: WsFrameCheck](timeout: FiniteDuration, checks: List[T]) extends Product with Serializable
  7. class WsJsonPathCheckMaterializer extends CheckMaterializer[JsonPathCheckType, WsTextCheck, String, Any]
  8. case class WsTextCheck(wrapped: Check[String]) extends WsCheck with Check[String] with Product with Serializable
  9. case class WsTextFrameCheck(name: String, matchConditions: List[WsTextCheck], checks: List[WsTextCheck]) extends WsFrameCheck with Product with Serializable

Value Members

  1. object WsBodyBytesCheckMaterializer extends CheckMaterializer[BodyBytesCheckType, WsBinaryCheck, Array[Byte], Array[Byte]]
  2. object WsRegexCheckMaterializer extends CheckMaterializer[RegexCheckType, WsTextCheck, String, CharSequence]
  3. object WsSubstringCheckMaterializer extends CheckMaterializer[SubstringCheckType, WsTextCheck, String, String]

Ungrouped