org.openjena.riot.web
Interface HttpResponseHandler

All Known Subinterfaces:
HttpCaptureResponse<T>
All Known Implementing Classes:
HttpResponseLib.HttpCaptureResponseResultSet

public interface HttpResponseHandler

General act-on-HTTP-response interface.


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

Method Detail

handle

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


Licenced under the Apache License, Version 2.0