case class OutputStreamResponse(out: (OutputStream) => Unit, size: Long, headers: List[(String, String)], cookies: List[HTTPCookie], code: Int) extends BasicResponse with Product with Serializable
Use this response to write your data directly to the response pipe. Along with StreamingResponse you have an alternative to send data to the client.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OutputStreamResponse
- Serializable
- Product
- Equals
- BasicResponse
- LiftResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new OutputStreamResponse(out: (OutputStream) => Unit, size: Long, headers: List[(String, String)], cookies: List[HTTPCookie], code: Int)
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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val code: Int
- Definition Classes
- OutputStreamResponse → BasicResponse
- val cookies: List[HTTPCookie]
- Definition Classes
- OutputStreamResponse → BasicResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val headers: List[(String, String)]
- Definition Classes
- OutputStreamResponse → BasicResponse
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val out: (OutputStream) => Unit
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val size: Long
- Definition Classes
- OutputStreamResponse → BasicResponse
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toResponse: OutputStreamResponse
- Definition Classes
- OutputStreamResponse → LiftResponse
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()