public class ServiceProxyClient.ProxyPz2ResponseHandler
extends java.lang.Object
implements org.apache.http.client.ResponseHandler<byte[]>
| Constructor and Description |
|---|
ServiceProxyClient.ProxyPz2ResponseHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType() |
java.lang.String |
getReasonPhrase() |
int |
getStatusCode() |
byte[] |
handleResponse(org.apache.http.HttpResponse response) |
public ServiceProxyClient.ProxyPz2ResponseHandler()
public byte[] handleResponse(org.apache.http.HttpResponse response)
throws org.apache.http.client.ClientProtocolException,
java.io.IOException
handleResponse in interface org.apache.http.client.ResponseHandler<byte[]>org.apache.http.client.ClientProtocolExceptionjava.io.IOExceptionpublic int getStatusCode()
public java.lang.String getReasonPhrase()
public java.lang.String getContentType()