Package | Description |
---|---|
org.apache.jena.riot.web |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpCaptureResponse<T>
Act-on-HTTP-response and produce some object
|
Modifier and Type | Class and Description |
---|---|
static class |
HttpResponseLib.HttpCaptureResponseResultSet
Response handling for SPARQL result sets.
|
Modifier and Type | Field and Description |
---|---|
static HttpResponseHandler |
HttpResponseLib.httpDumpResponse |
static HttpResponseHandler |
HttpResponseLib.nullResponse |
Modifier and Type | Method and Description |
---|---|
static void |
HttpOp.execHttpGet(String url,
String acceptHeader,
Map<String,HttpResponseHandler> handlers,
org.apache.http.protocol.HttpContext httpContext)
GET
|
static void |
HttpOp.execHttpPost(String url,
org.apache.http.HttpEntity provider,
String acceptType,
Map<String,HttpResponseHandler> handlers,
org.apache.http.protocol.HttpContext context)
POST with response body.
|
static void |
HttpOp.execHttpPost(String url,
String contentType,
ContentProducer provider,
String acceptType,
Map<String,HttpResponseHandler> handlers)
POST with response body
|
static void |
HttpOp.execHttpPost(String url,
String contentType,
InputStream input,
long length,
String acceptType,
Map<String,HttpResponseHandler> handlers)
POST with response body.
|
static void |
HttpOp.execHttpPost(String url,
String contentType,
String content,
String acceptType,
Map<String,HttpResponseHandler> handlers,
org.apache.http.protocol.HttpContext httpContext)
POST a string, expect a response body.
|
static void |
HttpOp.execHttpPostForm(String url,
Params params,
Map<String,HttpResponseHandler> handlers)
Execute an HTTP POST form operation
|
static void |
HttpOp.execHttpPostForm(String url,
Params params,
Map<String,HttpResponseHandler> handlers,
org.apache.http.protocol.HttpContext httpContext)
Execute an HTTP POST form operation
|
Licenced under the Apache License, Version 2.0