Package | Description |
---|---|
org.eclipse.rdf4j.http.server | |
org.eclipse.rdf4j.http.server.repository |
Modifier and Type | Method and Description |
---|---|
static <FF extends FileFormat,S> |
ProtocolUtil.getAcceptableService(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
FileFormatServiceRegistry<FF,S> serviceRegistry) |
static Resource[] |
ProtocolUtil.parseContextParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static IRI |
ProtocolUtil.parseGraphParam(javax.servlet.http.HttpServletRequest request,
ValueFactory vf) |
static long |
ProtocolUtil.parseLongParam(javax.servlet.http.HttpServletRequest request,
String paramName,
long defaultValue) |
static Resource |
ProtocolUtil.parseResourceParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static int |
ProtocolUtil.parseTimeoutParam(javax.servlet.http.HttpServletRequest request)
Reads the
Protocol.TIMEOUT_PARAM_NAME parameter from the request and (if present) parses it into an
integer value. |
static IRI |
ProtocolUtil.parseURIParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static Value |
ProtocolUtil.parseValueParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
protected void |
ServerInterceptor.setRequestAttributes(javax.servlet.http.HttpServletRequest request)
Set attributes for this request.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RepositoryInterceptor.setRequestAttributes(javax.servlet.http.HttpServletRequest request) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.