com.sksamuel.scruffy

Request

case class Request[+E, +P <: Product](context: ScruffyContext, ctx: ChannelHandlerContext, marshallers: Iterable[Marshaller] = immutable.this.Nil, response: Option[HttpResponse] = 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 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] = immutable.this.Nil, response: Option[HttpResponse] = 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. val _session: Option[Session]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

  10. val context: ScruffyContext

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

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

  13. val cookies: Map[String, String]

  14. val ctx: ChannelHandlerContext

  15. def entity: E

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

  17. def entityBytes: Array[Byte]

  18. def entityString: String

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

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

  21. def finalize(): Unit

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

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

  24. def groups: Map[String, String]

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

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

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

  28. def interrupted: Boolean

  29. def ipAddress: String

  30. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

  36. def params: P

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

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

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

  40. def referer: Option[String]

  41. def responded: Boolean

  42. val response: Option[HttpResponse]

  43. def selectDynamic(name: String): String

  44. def session: Session

  45. def skip: Request[E, P]

  46. def skipped: Boolean

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

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

  49. final def wait(): Unit

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

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

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

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

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

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

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