com.sksamuel.scruffy

Request

case class Request[+E, +P <: Product](context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = Nil, response: Option[HttpResponse] = 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 Dynamic with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Dynamic, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Request
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Dynamic
  7. AnyRef
  8. 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[HttpResponse] = 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. val _session: Option[Session]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

  8. val context: ScruffyContext

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

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

  11. val cookies: Map[String, String]

  12. val ctx: ChannelHandlerContext

  13. def entity: E

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

  15. def entityBytes: Array[Byte]

  16. def entityString: String

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

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

  19. def finalize(): Unit

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

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

  22. def groups: Map[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[HttpResponse]

  41. def selectDynamic(name: String): String

  42. def session: Session

  43. def skip: Request[E, P]

  44. def skipped: Boolean

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

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

  47. final def wait(): Unit

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

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

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

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

  52. def withProperty[T](key: PropertyKey[T], value: T): Request[E, P]

  53. def withResponse(response: HttpResponse): Request[E, P]

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Dynamic

Inherited from AnyRef

Inherited from Any

Ungrouped