Package org.apache.jena.riot.web
Interface HttpCaptureResponse<T>
-
- All Superinterfaces:
HttpResponseHandler
- All Known Implementing Classes:
HttpOp.CaptureInput,HttpOp.CaptureString,HttpResponseLib.HttpCaptureResponseResultSet
public interface HttpCaptureResponse<T> extends HttpResponseHandler
Act-on-HTTP-response and produce some object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()-
Methods inherited from interface org.apache.jena.riot.web.HttpResponseHandler
handle
-
-
-
-
Method Detail
-
get
T get()
-
-