Packages

final case class Redirection extends HttpSuccess with Product with Serializable

Source
StatusCode.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Redirection
  2. Serializable
  3. Product
  4. Equals
  5. HttpSuccess
  6. StatusCode
  7. LazyValueBytesRenderable
  8. Renderable
  9. StatusCode
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val allowsEntity: Boolean

    Returns if a response with this status-code is allowed to be accompanied with a non-empty entity.

    Returns if a response with this status-code is allowed to be accompanied with a non-empty entity.

    Definition Classes
    RedirectionStatusCodeStatusCode
  2. val defaultMessage: String

    Returns the default message to be included as the content of an Http response with this status-code.

    Returns the default message to be included as the content of an Http response with this status-code.

    Definition Classes
    RedirectionStatusCodeStatusCode
  3. val htmlTemplate: String
  4. val intValue: Int

    Returns the numeric code of this status code.

    Returns the numeric code of this status code.

    Definition Classes
    RedirectionStatusCodeStatusCode
  5. def isFailure(): Boolean

    Returns if the status-code represents failure.

    Returns if the status-code represents failure.

    Definition Classes
    HttpSuccessStatusCodeStatusCode
  6. def isRedirection(): Boolean

    Returns if the status-code is a redirection status code.

    Returns if the status-code is a redirection status code.

    Definition Classes
    RedirectionStatusCodeStatusCode
  7. def isSuccess(): Boolean

    Returns if the status-code represents success.

    Returns if the status-code represents success.

    Definition Classes
    HttpSuccessStatusCodeStatusCode
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val reason: String

    Returns the reason message for this status code.

    Returns the reason message for this status code.

    Definition Classes
    RedirectionStatusCodeStatusCode
  10. def render[R <: Rendering](r: R): r.type
    Definition Classes
    LazyValueBytesRenderable → Renderable
  11. def toString(): String
    Definition Classes
    LazyValueBytesRenderable → AnyRef → Any
  12. def value: String
    Definition Classes
    StatusCode → LazyValueBytesRenderable