| Package | Description |
|---|---|
| org.everrest.core.impl.header |
| Modifier and Type | Field and Description |
|---|---|
static AcceptMediaType |
AcceptMediaType.DEFAULT
Default accepted media type, it minds any content type is acceptable.
|
| Modifier and Type | Method and Description |
|---|---|
AcceptMediaType |
AcceptMediaTypeHeaderDelegate.fromString(String header) |
static AcceptMediaType |
AcceptMediaType.valueOf(String header)
Creates a new instance of AcceptedMediaType by parsing the supplied string.
|
| Modifier and Type | Method and Description |
|---|---|
static List<AcceptMediaType> |
HeaderHelper.createAcceptedMediaTypeList(String header)
Create sorted by quality value accepted media type list.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AcceptMediaTypeHeaderDelegate.toString(AcceptMediaType acceptedMediaType) |
Copyright © 2015. All rights reserved.