org.openjena.riot.web
Class HttpResponseLib.HttpCaptureResponseResultSet

java.lang.Object
  extended by org.openjena.riot.web.HttpResponseLib.HttpCaptureResponseResultSet
All Implemented Interfaces:
HttpCaptureResponse<ResultSet>, HttpResponseHandler
Enclosing class:
HttpResponseLib

public static class HttpResponseLib.HttpCaptureResponseResultSet
extends Object
implements HttpCaptureResponse<ResultSet>

Response handling for SPARQL result sets.


Constructor Summary
HttpResponseLib.HttpCaptureResponseResultSet()
           
 
Method Summary
 ResultSet get()
           
 void handle(String contentType, String baseIRI, org.apache.http.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpResponseLib.HttpCaptureResponseResultSet

public HttpResponseLib.HttpCaptureResponseResultSet()
Method Detail

handle

public void handle(String contentType,
                   String baseIRI,
                   org.apache.http.HttpResponse response)
            throws IOException
Specified by:
handle in interface HttpResponseHandler
Throws:
IOException

get

public ResultSet get()
Specified by:
get in interface HttpCaptureResponse<ResultSet>


Licenced under the Apache License, Version 2.0