Uses of Class
org.eclipse.rdf4j.http.server.ClientHTTPException
-
Packages that use ClientHTTPException Package Description org.eclipse.rdf4j.http.server org.eclipse.rdf4j.http.server.repository org.eclipse.rdf4j.http.server.repository.handler -
-
Uses of ClientHTTPException in org.eclipse.rdf4j.http.server
Methods in org.eclipse.rdf4j.http.server that throw ClientHTTPException Modifier and Type Method Description static <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 ClientHTTPException Modifier and Type Method Description protected void
RepositoryInterceptor. setRequestAttributes(javax.servlet.http.HttpServletRequest request)
-
Uses of ClientHTTPException in org.eclipse.rdf4j.http.server.repository.handler
Methods in org.eclipse.rdf4j.http.server.repository.handler that throw ClientHTTPException Modifier and Type Method Description protected abstract Object
AbstractQueryRequestHandler. evaluateQuery(Query query, long limit, long offset, boolean distinct)
protected Object
DefaultQueryRequestHandler. evaluateQuery(Query query, long limit, long offset, boolean distinct)
protected SimpleDataset
DefaultQueryRequestHandler. getDataset(javax.servlet.http.HttpServletRequest request, ValueFactory valueFactory, Query query)
protected boolean
DefaultQueryRequestHandler. getIncludeInferred(javax.servlet.http.HttpServletRequest request)
protected long
AbstractQueryRequestHandler. getLimit(javax.servlet.http.HttpServletRequest request)
protected int
DefaultQueryRequestHandler. getMaxExecutionTime(javax.servlet.http.HttpServletRequest request)
protected org.springframework.web.servlet.ModelAndView
AbstractQueryRequestHandler. getModelAndView(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, boolean headersOnly, RepositoryConnection repositoryCon, org.springframework.web.servlet.View view, Object queryResult, FileFormatServiceRegistry<? extends FileFormat,?> registry)
protected long
AbstractQueryRequestHandler. getOffset(javax.servlet.http.HttpServletRequest request)
protected QueryLanguage
DefaultQueryRequestHandler. getQueryLanguage(String queryLanguageParamName)
protected boolean
AbstractQueryRequestHandler. isDistinct(javax.servlet.http.HttpServletRequest request)
protected void
DefaultQueryRequestHandler. setQueryParameters(javax.servlet.http.HttpServletRequest request, RepositoryConnection repositoryCon, Query query)
-