com.sksamuel.scruffy

Request

case class Request[+E, +P <: Product](context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = Nil, response: Option[Response] = None, properties: Map[PropertyKey[Any], Any] = Map.empty, cookies: Map[String, String] = Map.empty, session: Option[Session] = 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] = Nil, response: Option[Response] = None, properties: Map[PropertyKey[Any], Any] = Map.empty, cookies: Map[String, String] = Map.empty, session: Option[Session] = None)(implicit arg0: Manifest[E], arg1: Manifest[P])

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 clone(): AnyRef

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

  7. val context: ScruffyContext

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

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

  10. val cookies: Map[String, String]

  11. val ctx: ChannelHandlerContext

  12. def entity: E

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

  14. def entityBytes: Array[Byte]

  15. def entityString: String

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

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

  18. def finalize(): Unit

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

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

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

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

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

  24. def interrupted: Boolean

  25. def ipAddress: String

  26. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

  32. def params: P

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

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

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

  36. def referer: Option[String]

  37. def responded: Boolean

  38. val response: Option[Response]

  39. val session: Option[Session]

  40. def skip: Request[E, P]

  41. def skipped: Boolean

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

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

  44. final def wait(): Unit

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

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

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

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

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

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

  51. 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