Uses of Class
org.apache.jena.atlas.web.HttpException
Packages that use HttpException
-
Uses of HttpException in org.apache.jena.http
Methods in org.apache.jena.http that throw HttpExceptionModifier and TypeMethodDescriptionstatic void
HttpOp.httpGetDiscard
(String url) Perform an HTTP and discard the body.static String
HttpOp.httpGetStringEx
(String url) Perform an HTTP and return the body as a string. -
Uses of HttpException in org.apache.jena.sparql.engine.http
Methods in org.apache.jena.sparql.engine.http with parameters of type HttpExceptionModifier and TypeMethodDescriptionstatic QueryExceptionHTTP
QueryExceptionHTTP.rewrap
(HttpException httpEx) Constructors in org.apache.jena.sparql.engine.http with parameters of type HttpExceptionModifierConstructorDescriptionQueryExceptionHTTP
(int responseCode, String message, HttpException ex)