com.sksamuel.scruffy

Request

case class Request[+E, +P <: Product](context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = immutable.this.Nil, response: Option[Response] = scala.None, properties: Map[PropertyKey[Any], Any] = ..., cookies: Map[String, String] = ..., session: Option[Session] = scala.None)(implicit evidence$1: Manifest[E], evidence$2: Manifest[P]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Request
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Request(context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = immutable.this.Nil, response: Option[Response] = scala.None, properties: Map[PropertyKey[Any], Any] = ..., cookies: Map[String, String] = ..., session: Option[Session] = scala.None)(implicit arg0: Manifest[E], arg1: Manifest[P])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

  9. val context: ScruffyContext

  10. def cookie(name: String): Option[Cookie]

  11. def cookieValue(name: String): Option[String]

  12. val cookies: Map[String, String]

  13. val ctx: ChannelHandlerContext

  14. def entity: E

  15. def entityAs[F](implicit arg0: Manifest[F]): F

  16. def entityBytes: Array[Byte]

  17. def entityString: String

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def etag: Option[String]

  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def group(name: String): String

  23. def hasProperty(property: PropertyKey[Any]): Boolean

  24. def header(key: HeaderKey): Option[String]

  25. def header(name: String): Option[String]

  26. def interrupted: Boolean

  27. def ipAddress: String

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val marshallers: Iterable[Marshaller]

  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def param(name: String): Option[String]

  34. def params: P

  35. def params(name: String): Seq[String]

  36. val properties: Map[PropertyKey[Any], Any]

  37. def property[T](key: PropertyKey[T]): Option[T]

  38. def referer: Option[String]

  39. def responded: Boolean

  40. val response: Option[Response]

  41. val session: Option[Session]

  42. def skip: Request[E, P]

  43. def skipped: Boolean

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def userAgent: Option[String]

  46. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withCookie(name: String, value: String): Request[E, P]

  50. def withHeader(key: HeaderKey, value: String): Request[E, P]

  51. def withProperty[T](header: PropertyKey[T], value: T): Request[E, P]

  52. def withResponse(response: Response): Request[E, P]

  53. def withSession(session: Session): Request[E, P]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped