Uses of Class
com.helger.http.header.QValue
Packages that use QValue
-
Uses of QValue in com.helger.http.header
Fields in com.helger.http.header declared as QValueModifier and TypeFieldDescriptionstatic final QValueQValue.MAX_QVALUEMaximum quality: 1static final QValueQValue.MIN_QVALUEMinimum quality: 0Methods in com.helger.http.header that return types with arguments of type QValueModifier and TypeMethodDescriptionAbstractQValueList.getAllQValues()AbstractQValueList.getAllQValuesGreaterOrEqual(double dQuality) AbstractQValueList.getAllQValuesGreaterThan(double dQuality) AbstractQValueList.getAllQValuesLowerOrEqual(double dQuality) AbstractQValueList.getAllQValuesLowerThan(double dQuality) AbstractQValueList.qvalueMap()Methods in com.helger.http.header with parameters of type QValueMethod parameters in com.helger.http.header with type arguments of type QValueModifier and TypeMethodDescriptionstatic <T> StringAbstractQValueList.getAsHttpHeaderValue(com.helger.collection.commons.ICommonsOrderedMap<T, QValue> aMap, Function<T, String> aKeyTransformer) Static implementation of converting a map to String. -
Uses of QValue in com.helger.http.header.specific
Methods in com.helger.http.header.specific that return QValueModifier and TypeMethodDescriptionAcceptCharsetList.getQValueOfCharset(String sCharset) Return the associated quality of the given charset.AcceptEncodingList.getQValueOfEncoding(String sEncoding) Return the associated quality of the given encoding.AcceptLanguageList.getQValueOfLanguage(String sLanguage) Return the associated quality of the given language.AcceptMimeTypeList.getQValueOfMimeType(com.helger.mime.IMimeType aMimeType) Return the associated quality of the given MIME type using the fallback mechanism.