Package | Description |
---|---|
org.codehaus.enunciate.rest |
Introduction
|
Modifier and Type | Method and Description |
---|---|
static MimeType |
MimeType.parse(String spec) |
Modifier and Type | Method and Description |
---|---|
int |
MimeType.compareTo(MimeType other)
Content type are ordered first by quality then by type, then by subtype.
|
boolean |
MimeType.isAcceptable(MimeType mimeType)
Whether the specified content type is acceptable by this content type.
|
Copyright © 2016. All rights reserved.