Class ByteResponseHandler
- java.lang.Object
-
- com.snowbound.contenthandler.rest.ByteResponseHandler
-
- All Implemented Interfaces:
org.apache.http.client.ResponseHandler<byte[]>
public class ByteResponseHandler extends java.lang.Object implements org.apache.http.client.ResponseHandler<byte[]>
-
-
Constructor Summary
Constructors Constructor Description ByteResponseHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
handleResponse(org.apache.http.HttpResponse response)
-
-
-
Method Detail
-
handleResponse
public byte[] handleResponse(org.apache.http.HttpResponse response) throws org.apache.http.client.ClientProtocolException, java.io.IOException
- Specified by:
handleResponse
in interfaceorg.apache.http.client.ResponseHandler<byte[]>
- Throws:
org.apache.http.client.ClientProtocolException
java.io.IOException
-
-