Interface ContentType

All Superinterfaces:
ContentType, Renderable, ToStringRenderable, ValueRenderable
All Known Subinterfaces:
ContentType.NonBinary
All Known Implementing Classes:
ContentType.Binary, ContentType.WithCharset, ContentType.WithFixedCharset, ContentType.WithMissingCharset

public interface ContentType extends ContentType, ValueRenderable
A ContentType represents a specific MediaType / HttpCharset combination.

If the MediaType is not flexible with regard to the charset used, e.g. because it's a binary MediaType or the charset is fixed, then the ContentType is a simple wrapper.