public class org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler extends org.apache.hc.client.http.impl.classic.AbstractHttpClientResponseHandler
{
public void <init>()
{
org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler v;
v := @this: org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler;
specialinvoke v.<org.apache.hc.client.http.impl.classic.AbstractHttpClientResponseHandler: void <init>()>();
return;
}
public java.lang.String handleEntity(org.apache.hc.core.http.HttpEntity) throws java.io.IOException
{
org.apache.hc.client.http.ClientProtocolException v;
org.apache.hc.core.http.ParseException v;
java.lang.String v;
org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler v;
org.apache.hc.core.http.HttpEntity v;
v := @this: org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler;
v := @parameter: org.apache.hc.core.http.HttpEntity;
label:
v = staticinvoke <org.apache.hc.core.http.io.entity.EntityUtils: java.lang.String toString(org.apache.hc.core.http.HttpEntity)>(v);
label:
return v;
label:
v := @caughtexception;
v = new org.apache.hc.client.http.ClientProtocolException;
specialinvoke v.<org.apache.hc.client.http.ClientProtocolException: void <init>(java.lang.Throwable)>(v);
throw v;
catch org.apache.hc.core.http.ParseException from label to label with label;
}
public java.lang.String handleResponse(org.apache.hc.core.http.ClassicHttpResponse) throws java.io.IOException
{
java.lang.Object v;
org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler v;
org.apache.hc.core.http.ClassicHttpResponse v;
v := @this: org.apache.hc.client.http.impl.classic.BasicHttpClientResponseHandler;
v := @parameter: org.apache.hc.core.http.ClassicHttpResponse;
v = specialinvoke v.<org.apache.hc.client.http.impl.classic.AbstractHttpClientResponseHandler: java.lang.Object handleResponse(org.apache.hc.core.http.ClassicHttpResponse)>(v);
return v;
}
}