Interface BasicHeaderValueWithCharset

All Superinterfaces:
BasicHeaderValue, HeaderValue
All Known Implementing Classes:
ContentTypes.Text

public interface BasicHeaderValueWithCharset extends BasicHeaderValue
  • Method Details

    • setCharset

      @NotNull default @NotNull BasicHeaderValueWithCharset setCharset(@Nullable @Nullable String charset)
      Set parameter 'charset' to given charset.
      Parameters:
      charset - charset name or null to remove charset parameter
    • getCharset

      @Nullable default @Nullable String getCharset()