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