public interface IClientResponseHandlerHandlesBinary<T> extends IClientResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
invokeClient(String theResponseMimeType,
InputStream theResponseReader,
int theResponseStatusCode,
Map<String,List<String>> theHeaders) |
boolean |
isBinary()
If this method returns true,
invokeClient(String, InputStream, int, Map) should be invoked instead of IClientResponseHandler.invokeClient(String, Reader, int, Map) |
invokeClientboolean isBinary()
invokeClient(String, InputStream, int, Map) should be invoked instead of IClientResponseHandler.invokeClient(String, Reader, int, Map)T invokeClient(String theResponseMimeType, InputStream theResponseReader, int theResponseStatusCode, Map<String,List<String>> theHeaders) throws IOException, BaseServerResponseException
Copyright © 2014–2016 University Health Network. All rights reserved.