Interface ContentType.WithMissingCharset

  • All Superinterfaces:
    ContentType
    All Known Implementing Classes:
    ContentType.WithMissingCharset
    Enclosing interface:
    ContentType

    public static interface ContentType.WithMissingCharset
    extends ContentType
    Represents a content-type which we know to contain text, and would be better off having a charset, but the client hasn't provided that. For example, "text/xml" without a charset parameter.