Uses of Class
org.eclipse.rdf4j.http.server.ClientHTTPException
Packages that use ClientHTTPException
-
Uses of ClientHTTPException in org.eclipse.rdf4j.http.server
Methods in org.eclipse.rdf4j.http.server that throw ClientHTTPExceptionModifier and TypeMethodDescriptionstatic <FF extends FileFormat, S>
SProtocolUtil.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 theProtocol.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. -
Uses of ClientHTTPException in org.eclipse.rdf4j.http.server.repository
Methods in org.eclipse.rdf4j.http.server.repository that throw ClientHTTPExceptionModifier and TypeMethodDescriptionprotected void
RepositoryInterceptor.setRequestAttributes(javax.servlet.http.HttpServletRequest request)