Class

io.udash.rest.raw.HttpBody

Textual

Related Doc: package HttpBody

Permalink

final case class Textual(content: String, mediaType: String, charset: String) extends NonEmpty with Product with Serializable

Represents textual HTTP body. A body is considered textual if Content-Type has charset defined.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Textual
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. NonEmpty
  7. HttpBody
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Textual(content: String, mediaType: String, charset: String)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val bytes: Array[Byte]

    Permalink
    Definition Classes
    TextualNonEmpty
  6. val charset: String

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val content: String

    Permalink
  9. def contentType: String

    Permalink
    Definition Classes
    TextualNonEmpty
  10. final def defaultResponse: RestResponse

    Permalink
    Definition Classes
    HttpBody
  11. final def defaultStatus: Int

    Permalink
    Definition Classes
    HttpBody
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. val mediaType: String

    Permalink
    Definition Classes
    TextualNonEmpty
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def nonEmptyOpt: com.avsystem.commons.Opt[NonEmpty]

    Permalink
    Definition Classes
    HttpBody
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def readBytes(requiredMediaType: com.avsystem.commons.OptArg[String] = OptArg.Empty): Array[Byte]

    Permalink
    Definition Classes
    HttpBody
  22. final def readForm(defaultCharset: String = HttpBody.Utf8Charset): String

    Permalink
    Definition Classes
    HttpBody
  23. final def readJson(defaultCharset: String = HttpBody.Utf8Charset): JsonValue

    Permalink
    Definition Classes
    HttpBody
  24. final def readText(requiredMediaType: com.avsystem.commons.OptArg[String] = OptArg.Empty, defaultCharset: String = HttpBody.Utf8Charset): String

    Permalink
    Definition Classes
    HttpBody
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def text(defaultCharset: String): String

    Permalink
    Definition Classes
    TextualNonEmpty
  27. final def textualContentOpt: com.avsystem.commons.Opt[String]

    Permalink
    Definition Classes
    HttpBody
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from NonEmpty

Inherited from HttpBody

Inherited from AnyRef

Inherited from Any

Ungrouped