Package org.apache.pekko.http.impl.util
Class CharUtils
java.lang.Object
org.apache.pekko.http.impl.util.CharUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic final chartoLowerCase(char c) Internal Pekko HTTP Use only.
- 
Constructor Details- 
CharUtilspublic CharUtils()
 
- 
- 
Method Details- 
toLowerCasepublic static 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)
 
 
-