Uses of Class
org.apache.jena.atlas.web.HttpException
-
Uses of HttpException in org.apache.jena.http
Modifier 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
Modifier and TypeMethodDescriptionstatic QueryExceptionHTTP
QueryExceptionHTTP.rewrap
(HttpException httpEx) ModifierConstructorDescriptionQueryExceptionHTTP
(int responseCode, String message, HttpException ex)