Class CharUtils$

java.lang.Object
org.apache.pekko.http.impl.util.CharUtils$

public class CharUtils$ extends Object
  • Field Details

    • MODULE$

      public static final CharUtils$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • CharUtils$

      public CharUtils$()
  • Method Details

    • toLowerCase

      public final char toLowerCase(char c)
      Internal Pekko HTTP Use only.

      Efficiently lower-cases the given character. Note: only works for 7-bit ASCII letters (which is enough for header names)

      Parameters:
      c - (undocumented)
      Returns:
      (undocumented)