final case class Content-Type extends Parsed with Product with Serializable
The "Content-Type" header field indicates the media type of the associated representation: either the representation enclosed in the message payload or the selected representation, as determined by the message semantics.
- Source
- Content-Type.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Content-Type
- Serializable
- Serializable
- Parsed
- Header
- Product
- Equals
- Renderable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val charset: Option[Charset]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
equals(that: Any): Boolean
- Definition Classes
- Header → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
hashCode(): Int
- Definition Classes
- Header → AnyRef → Any
-
def
is(key: HeaderKey): Boolean
- Definition Classes
- Header
- def isCharsetDefined: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNameValid: Boolean
True if name is a valid field-name per RFC7230.
True if name is a valid field-name per RFC7230. Where it is not, the header may be dropped by the backend.
- Definition Classes
- Content-Type → Header
-
def
isNot(key: HeaderKey): Boolean
- Definition Classes
- Header
-
def
key: Content-Type.type
- Definition Classes
- Content-Type → Parsed
- val mediaType: MediaType
- def name: CaseInsensitiveString
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noCharsetDefined: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parsed: Content-Type.this.type
-
final
def
render(writer: Writer): writer.type
Base method for rendering this object efficiently
Base method for rendering this object efficiently
- Definition Classes
- Header → Renderable
-
def
renderString: String
Generates a String rendering of this object
Generates a String rendering of this object
- Definition Classes
- Renderable
-
def
renderValue(writer: Writer): writer.type
- Definition Classes
- Content-Type → Header
-
def
renderedLength: Long
Length of the rendered header, including name and final '\r\n'
Length of the rendered header, including name and final '\r\n'
- Definition Classes
- Header
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toRaw: Raw
- Definition Classes
- Header
-
def
toString(): String
- Definition Classes
- Header → Renderable → AnyRef → Any
-
def
value: String
- Definition Classes
- Header
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withCharset(charset: Charset): Content-Type
- def withMediaType(mediaType: MediaType): Content-Type
- def withoutDefinedCharset: Content-Type