public interface IClientResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
invokeClient(String theResponseMimeType,
Reader theResponseReader,
int theResponseStatusCode,
Map<String,List<String>> theHeaders) |
T invokeClient(String theResponseMimeType, Reader theResponseReader, int theResponseStatusCode, Map<String,List<String>> theHeaders) throws IOException, BaseServerResponseException
Copyright © 2014–2016 University Health Network. All rights reserved.