Package | Description |
---|---|
org.eclipse.rdf4j.common.webapp.util |
Modifier and Type | Method and Description |
---|---|
static HeaderElement |
HttpServerUtil.matchAcceptHeader(String mimeTypeSpec,
List<HeaderElement> acceptElements)
Tries to match the specified MIME type spec against the list of Accept header elements, returning the applicable
header element if available.
|
static HeaderElement |
HeaderElement.parse(String encodedValue) |
Modifier and Type | Method and Description |
---|---|
static List<HeaderElement> |
HttpServerUtil.getHeaderElements(javax.servlet.http.HttpServletRequest request,
String headerName)
Gets the elements of the request header with the specified name.
|
Modifier and Type | Method and Description |
---|---|
static HeaderElement |
HttpServerUtil.matchAcceptHeader(String mimeTypeSpec,
List<HeaderElement> acceptElements)
Tries to match the specified MIME type spec against the list of Accept header elements, returning the applicable
header element if available.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.