org.apache.jena.riot.web
Interface HttpResponseHandler

All Known Subinterfaces:
HttpCaptureResponse<T>
All Known Implementing Classes:
HttpOp.CaptureInput, HttpOp.CaptureString, HttpResponseLib.HttpCaptureResponseResultSet

public interface HttpResponseHandler

General act-on-HTTP-response interface.


Method Summary
 void handle(String baseIRI, org.apache.http.HttpResponse response)
           
 

Method Detail

handle

void handle(String baseIRI,
            org.apache.http.HttpResponse response)
            throws IOException
Throws:
IOException


Licenced under the Apache License, Version 2.0