Packages

c

play.libs.ws.ahc

StreamedResponse

class StreamedResponse extends StandaloneWSResponse with CookieBuilder

Linear Supertypes
CookieBuilder, StandaloneWSResponse, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamedResponse
  2. CookieBuilder
  3. StandaloneWSResponse
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StreamedResponse(client: StandaloneAhcWSClient, status: Int, statusText: String, uri: URI, headers: Map[String, Seq[String]], publisher: Publisher[HttpResponseBodyPart], useLaxCookieEncoder: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def buildCookies(headers: Map[String, List[String]]): List[WSCookie]
    Definition Classes
    CookieBuilder
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getBody(): String
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  10. def getBody[T](readable: BodyReadable[T]): T
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  11. def getBodyAsBytes(): ByteString
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  12. def getBodyAsSource(): Source[ByteString, _ <: AnyRef]
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. def getContentType(): String
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  15. def getCookie(name: String): Optional[WSCookie]
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  16. def getCookies(): List[WSCookie]
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  17. def getHeaderValues(arg0: String): List[String]
    Definition Classes
    StandaloneWSResponse
  18. def getHeaders(): Map[String, List[String]]
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  19. def getSingleHeader(arg0: String): Optional[String]
    Definition Classes
    StandaloneWSResponse
  20. def getStatus(): Int
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  21. def getStatusText(): String
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  22. def getUnderlying(): AnyRef
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  23. def getUri(): URI
    Definition Classes
    StreamedResponse → StandaloneWSResponse
    Annotations
    @Override()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isUseLaxCookieEncoder(): Boolean
    Definition Classes
    StreamedResponse → CookieBuilder
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from CookieBuilder

Inherited from StandaloneWSResponse

Inherited from AnyRef

Inherited from Any

Ungrouped