com.indexdata.mkjsf.pazpar2
Class ServiceProxyClient.ProxyPz2ResponseHandler

java.lang.Object
  extended by com.indexdata.mkjsf.pazpar2.ServiceProxyClient.ProxyPz2ResponseHandler
All Implemented Interfaces:
org.apache.http.client.ResponseHandler<byte[]>
Enclosing class:
ServiceProxyClient

public class ServiceProxyClient.ProxyPz2ResponseHandler
extends Object
implements org.apache.http.client.ResponseHandler<byte[]>


Constructor Summary
ServiceProxyClient.ProxyPz2ResponseHandler()
           
 
Method Summary
 String getContentType()
           
 String getReasonPhrase()
           
 int getStatusCode()
           
 byte[] handleResponse(org.apache.http.HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceProxyClient.ProxyPz2ResponseHandler

public ServiceProxyClient.ProxyPz2ResponseHandler()
Method Detail

handleResponse

public byte[] handleResponse(org.apache.http.HttpResponse response)
                      throws org.apache.http.client.ClientProtocolException,
                             IOException
Specified by:
handleResponse in interface org.apache.http.client.ResponseHandler<byte[]>
Throws:
org.apache.http.client.ClientProtocolException
IOException

getStatusCode

public int getStatusCode()

getReasonPhrase

public String getReasonPhrase()

getContentType

public String getContentType()


Copyright © 2013. All Rights Reserved.