class StandaloneFakeWSResponse extends StandaloneWSResponse with DefaultBodyReadables with AhcUtilities
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandaloneFakeWSResponse
- AhcUtilities
- DefaultBodyReadables
- StandaloneWSResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StandaloneFakeWSResponse(result: FakeResult)(implicit mat: Materializer)
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
body[T](implicit arg0: BodyReadable[T]): T
- Definition Classes
- StandaloneWSResponse
-
lazy val
body: String
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
lazy val
bodyAsBytes: ByteString
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
lazy val
bodyAsSource: Source[ByteString, _]
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
contentType: String
- Definition Classes
- StandaloneWSResponse
-
def
cookie(name: String): Option[WSCookie]
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
def
cookies: Seq[WSCookie]
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
header(name: String): Option[String]
- Definition Classes
- StandaloneWSResponse
-
def
headerValues(name: String): Seq[String]
- Definition Classes
- StandaloneWSResponse
-
def
headers: Map[String, Seq[String]]
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
def
headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]
- Definition Classes
- AhcUtilities
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
implicit
val
readableAsByteArray: BodyReadable[Array[Byte]]
- Definition Classes
- DefaultBodyReadables
-
implicit
val
readableAsByteBuffer: BodyReadable[ByteBuffer]
- Definition Classes
- DefaultBodyReadables
-
implicit
val
readableAsByteString: BodyReadable[ByteString]
- Definition Classes
- DefaultBodyReadables
-
implicit
val
readableAsSource: BodyReadable[Source[ByteString, _]]
- Definition Classes
- DefaultBodyReadables
-
implicit
val
readableAsString: BodyReadable[String]
- Definition Classes
- DefaultBodyReadables
-
def
status: Int
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
def
statusText: String
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
underlying[T]: T
- Definition Classes
- StandaloneFakeWSResponse → StandaloneWSResponse
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )