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 8sever side) matching the proposal (client, Accept header).
|
Licenced under the Apache License, Version 2.0