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) Get all entries with a quality value greater than or equal to the specified threshold.AbstractQValueList.getAllQValuesGreaterThan(double dQuality) Get all entries with a quality value strictly greater than the specified threshold.AbstractQValueList.getAllQValuesLowerOrEqual(double dQuality) Get all entries with a quality value lower than or equal to the specified threshold.AbstractQValueList.getAllQValuesLowerThan(double dQuality) Get all entries with a quality value strictly lower than the specified threshold.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> @NonNull StringAbstractQValueList.getAsHttpHeaderValue(@NonNull com.helger.collection.commons.ICommonsOrderedMap<T, QValue> aMap, @NonNull 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 TypeMethodDescription@NonNull QValueAcceptCharsetList.getQValueOfCharset(@NonNull String sCharset) Return the associated quality of the given charset.@NonNull QValueAcceptEncodingList.getQValueOfEncoding(@NonNull String sEncoding) Return the associated quality of the given encoding.@NonNull QValueAcceptLanguageList.getQValueOfLanguage(@NonNull String sLanguage) Return the associated quality of the given language.@NonNull QValueAcceptMimeTypeList.getQValueOfMimeType(@NonNull com.helger.mime.IMimeType aMimeType) Return the associated quality of the given MIME type using the fallback mechanism.