|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpResponseHandler | |
---|---|
org.openjena.riot.web |
Uses of HttpResponseHandler in org.openjena.riot.web |
---|
Subinterfaces of HttpResponseHandler in org.openjena.riot.web | |
---|---|
interface |
HttpCaptureResponse<T>
Act-on-HTTP-response and produce some object |
Classes in org.openjena.riot.web that implement HttpResponseHandler | |
---|---|
static class |
HttpResponseLib.HttpCaptureResponseResultSet
Response handling for SPARQL result sets. |
Fields in org.openjena.riot.web declared as HttpResponseHandler | |
---|---|
static HttpResponseHandler |
HttpResponseLib.httpDumpResponse
|
Method parameters in org.openjena.riot.web with type arguments of type HttpResponseHandler | |
---|---|
static void |
HttpOp.execHttpGet(String url,
String acceptHeader,
Map<String,HttpResponseHandler> handlers)
GET |
static void |
HttpOp.execHttpPost(String url,
org.apache.http.HttpEntity provider,
String acceptType,
Map<String,HttpResponseHandler> handlers)
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,
int 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)
POST a string, expect a response body. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |