Uses of Class
com.helger.http.header.specific.AcceptCharsetList
Packages that use AcceptCharsetList
-
Uses of AcceptCharsetList in com.helger.http.header.specific
Methods in com.helger.http.header.specific that return AcceptCharsetListModifier and TypeMethodDescription@NonNull AcceptCharsetListAcceptCharsetList.addCharset(@NonNull @Nonempty String sCharset, double dQuality) Add a charset by name with the given quality.@NonNull AcceptCharsetListAcceptCharsetList.addCharset(@NonNull Charset aCharset, double dQuality) Add a charset with the given quality.static @NonNull AcceptCharsetListAcceptCharsetHandler.getAcceptCharsets(@Nullable String sAcceptCharset) Parse the Accept-Charset HTTP header value and return a structured list.