Class HttpCharsets

java.lang.Object
akka.http.javadsl.model.HttpCharsets

public final class HttpCharsets extends Object
Contains a set of predefined charsets.
  • Field Details

  • Method Details

    • custom

      public static HttpCharset custom(String value, String... aliases)
      Create and return a custom charset.
    • lookup

      public static Optional<HttpCharset> lookup(String name)
      Returns Some(charset) if the charset with the given name was found and None otherwise.