public abstract class ContentTypeRange
extends java.lang.Object
| Constructor and Description |
|---|
ContentTypeRange() |
| Modifier and Type | Method and Description |
|---|---|
abstract HttpCharsetRange |
charsetRange() |
abstract boolean |
matches(ContentType contentType)
Returns true if this range includes the given content type.
|
abstract MediaRange |
mediaRange() |
public abstract MediaRange mediaRange()
public abstract HttpCharsetRange charsetRange()
public abstract boolean matches(ContentType contentType)