Class

org.f100ded.play.fakews

StandaloneFakeWSResponse

Related Doc: package fakews

Permalink

class StandaloneFakeWSResponse extends StandaloneWSResponse with DefaultBodyReadables with AhcUtilities

Linear Supertypes
AhcUtilities, DefaultBodyReadables, StandaloneWSResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneFakeWSResponse
  2. AhcUtilities
  3. DefaultBodyReadables
  4. StandaloneWSResponse
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneFakeWSResponse(result: FakeResult)(implicit mat: Materializer)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def body[T](implicit arg0: BodyReadable[T]): T

    Permalink
    Definition Classes
    StandaloneWSResponse
  6. lazy val body: String

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  7. lazy val bodyAsBytes: ByteString

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  8. lazy val bodyAsSource: Source[ByteString, _]

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contentType: String

    Permalink
    Definition Classes
    StandaloneWSResponse
  11. def cookie(name: String): Option[WSCookie]

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  12. def cookies: Seq[WSCookie]

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def header(name: String): Option[String]

    Permalink
    Definition Classes
    StandaloneWSResponse
  19. def headerValues(name: String): Seq[String]

    Permalink
    Definition Classes
    StandaloneWSResponse
  20. def headers: Map[String, Seq[String]]

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  21. def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]

    Permalink
    Definition Classes
    AhcUtilities
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. implicit val readableAsByteArray: BodyReadable[Array[Byte]]

    Permalink
    Definition Classes
    DefaultBodyReadables
  27. implicit val readableAsByteBuffer: BodyReadable[ByteBuffer]

    Permalink
    Definition Classes
    DefaultBodyReadables
  28. implicit val readableAsByteString: BodyReadable[ByteString]

    Permalink
    Definition Classes
    DefaultBodyReadables
  29. implicit val readableAsSource: BodyReadable[Source[ByteString, _]]

    Permalink
    Definition Classes
    DefaultBodyReadables
  30. implicit val readableAsString: BodyReadable[String]

    Permalink
    Definition Classes
    DefaultBodyReadables
  31. def status: Int

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  32. def statusText: String

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def underlying[T]: T

    Permalink
    Definition Classes
    StandaloneFakeWSResponse → StandaloneWSResponse
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AhcUtilities

Inherited from DefaultBodyReadables

Inherited from StandaloneWSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped