Class ContentType.WithFixedCharset

java.lang.Object
akka.http.scaladsl.model.ContentType.WithFixedCharset
All Implemented Interfaces:
Renderable, ToStringRenderable, ValueRenderable, ContentType, ContentType.NonBinary, ContentType.WithFixedCharset, ContentType, ContentType.NonBinary, Serializable, scala.Equals, scala.Product
Enclosing interface:
ContentType

public static final class ContentType.WithFixedCharset extends Object implements ContentType.WithFixedCharset, ContentType.NonBinary, scala.Product, Serializable
Represents a content-type which we know to contain text, where the charset always has the same predefined value.
See Also: