Package | Description |
---|---|
org.apache.jena.atlas.web |
Modifier and Type | Method and Description |
---|---|
static AcceptList |
AcceptList.create(MediaType... acceptItems)
Create a list of accept items from the give MediaTypes.
|
static AcceptList |
AcceptList.create(String... acceptStrings)
Create a list of accept items from strings.
|
Modifier and Type | Method and Description |
---|---|
static MediaType |
AcceptList.match(AcceptList proposalList,
AcceptList offerList)
Find the best thing in offer list with the proposal
"best" means highest q value, with left most being better for same q.
|
Licenced under the Apache License, Version 2.0