Uses of Class
org.eclipse.rdf4j.common.webapp.util.HeaderElement
-
Uses of HeaderElement in org.eclipse.rdf4j.common.webapp.util
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic List<HeaderElement>
HttpServerUtil.getHeaderElements
(javax.servlet.http.HttpServletRequest request, String headerName) Gets the elements of the request header with the specified name.Modifier and TypeMethodDescriptionstatic 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.