object MiddlewareSpec extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MiddlewareSpec
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CsrfValidate(cookieOption: Option[Cookie[Request]], tokenValue: Option[String]) extends Product with Serializable

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. def addCookie: MiddlewareSpec[Unit, Cookie[Response]]
  5. def addCorrelationId: MiddlewareSpec[Unit, String]
  6. def addHeader(header: Header): MiddlewareSpec[Unit, Unit]
  7. def addHeader(key: String, value: String): MiddlewareSpec[Unit, Unit]

    Add specified header to the response

  8. def addHeaders(headers: Headers): MiddlewareSpec[Unit, Unit]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def auth: MiddlewareSpec[Credentials, Unit]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  12. def cookie(cookieName: String): MiddlewareSpec[Cookie[Request], Unit]
  13. def cookieOption(cookieName: String): MiddlewareSpec[Option[Cookie[Request]], Unit]
  14. def cors: MiddlewareSpec[(Method, Option[Origin], Option[AccessControlRequestMethod]), Unit]
  15. def csrfValidate(tokenName: String): MiddlewareSpec[CsrfValidate, Unit]
  16. def customAuth[I](headerCodec: HeaderCodec[I]): MiddlewareSpec[I, Unit]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def none: MiddlewareSpec[Unit, Unit]
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def requireHeader(name: String): MiddlewareSpec[String, Unit]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. def withAccept: MiddlewareSpec[Unit, Accept]
  33. def withAcceptEncoding: MiddlewareSpec[Unit, AcceptEncoding]
  34. def withAcceptLanguage: MiddlewareSpec[Unit, AcceptLanguage]
  35. def withAcceptPatch: MiddlewareSpec[Unit, AcceptPatch]
  36. def withAcceptRanges: MiddlewareSpec[Unit, AcceptRanges]
  37. def withAccessControlAllowCredentials: MiddlewareSpec[Unit, AccessControlAllowCredentials]
  38. def withAccessControlAllowMaxAge: MiddlewareSpec[Unit, AccessControlMaxAge]
  39. def withAccessControlAllowMethods: MiddlewareSpec[Unit, AccessControlAllowMethods]
  40. def withAccessControlAllowOrigin: MiddlewareSpec[Unit, AccessControlAllowOrigin]
  41. def withAuthorization(value: CharSequence): MiddlewareSpec[Unit, Unit]
  42. def withBasicAuthorization(username: String, password: String): MiddlewareSpec[Unit, Unit]
  43. def withConnection: MiddlewareSpec[Unit, Connection]
  44. def withContentBase: MiddlewareSpec[Unit, ContentBase]
  45. def withContentDisposition: MiddlewareSpec[Unit, ContentDisposition]
  46. def withContentEncoding: MiddlewareSpec[Unit, ContentEncoding]
  47. def withContentLanguage: MiddlewareSpec[Unit, ContentLanguage]
  48. def withContentLength: MiddlewareSpec[Unit, ContentLength]
  49. def withContentLocation: MiddlewareSpec[Unit, ContentLocation]
  50. def withContentMd5: MiddlewareSpec[Unit, ContentMd5]
  51. def withContentRange: MiddlewareSpec[Unit, ContentRange]
  52. def withContentSecurityPolicy: MiddlewareSpec[Unit, ContentSecurityPolicy]
  53. def withContentTransferEncoding: MiddlewareSpec[Unit, ContentTransferEncoding]
  54. def withContentType: MiddlewareSpec[Unit, ContentType]
  55. def withExpires: MiddlewareSpec[Unit, Expires]
  56. def withIfRange: MiddlewareSpec[Unit, IfRange]
  57. def withProxyAuthenticate: MiddlewareSpec[Unit, ProxyAuthenticate]
  58. def withProxyAuthorization: MiddlewareSpec[Unit, ProxyAuthorization]
  59. def withReferer: MiddlewareSpec[Unit, Referer]
  60. def withRetryAfter: MiddlewareSpec[Unit, RetryAfter]
  61. def withTransferEncoding: MiddlewareSpec[Unit, TransferEncoding]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped