Interface CommonActions
- All Known Implementing Classes:
HeaderParser
public interface CommonActions
INTERNAL API
-
Method Summary
Modifier and TypeMethodDescriptionbooleanequalsAsciiCaseInsensitive(String str1, String str2) Returns true if both strings only contain ASCII characters and each character matches case insensitively.getCharset(String name) getMediaType(String mainType, String subType, boolean charsetDefined, scala.collection.immutable.Map<String, String> params)
-
Method Details
-
customMediaTypes
-
equalsAsciiCaseInsensitive
Returns true if both strings only contain ASCII characters and each character matches case insensitively.- Parameters:
str1- (undocumented)str2- (undocumented)- Returns:
- (undocumented)
-
getCharset
-
getMediaType
-