public abstract class HttpCharsetRange
extends java.lang.Object
HttpCharsetRanges
contains static constructors for HttpCharsetRanges.Constructor and Description |
---|
HttpCharsetRange() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
matches(HttpCharset charset)
Returns if the given charset matches this range.
|
abstract float |
qValue()
The qValue for this range.
|
abstract HttpCharsetRange |
withQValue(float qValue)
Returns a copy of this range with the given qValue.
|
public abstract float qValue()
public abstract boolean matches(HttpCharset charset)
public abstract HttpCharsetRange withQValue(float qValue)