public interface  org.apache.http.HttpResponseInterceptor extends java.lang.Object
{
public abstract void process(org.apache.http.HttpResponse, org.apache.http.protocol.HttpContext) throws org.apache.http.HttpException, java.io.IOException;
}