Interface CommonActions

All Known Implementing Classes:
HeaderParser

public interface CommonActions
INTERNAL API
  • Method Details

    • customMediaTypes

      scala.Function2<String,String,scala.Option<MediaType>> customMediaTypes()
    • equalsAsciiCaseInsensitive

      boolean equalsAsciiCaseInsensitive(String str1, String str2)
      Returns true if both strings only contain ASCII characters and each character matches case insensitively.
      Parameters:
      str1 - (undocumented)
      str2 - (undocumented)
      Returns:
      (undocumented)
    • getCharset

      HttpCharset getCharset(String name)
    • getMediaType

      MediaType getMediaType(String mainType, String subType, boolean charsetDefined, scala.collection.immutable.Map<String,String> params)