public class StreamedRequest extends Request
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>ATTR_PATTERN, entity, GET, isMultiPart, method, POST, url| Constructor and Description |
|---|
StreamedRequest(int method,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Object |
handleResult(int status,
String ctype,
String disp,
InputStream stream)
Must read the object from the server response and return it or throw a
RemoteException if server sent an error. |
asMultiPartEntity, asStringEntity, getEntity, getFileName, getMethod, getUrl, handleException, isMultiPart, readBlob, readBlobsclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic StreamedRequest(int method,
String url)
public Object handleResult(int status, String ctype, String disp, InputStream stream) throws Exception
RequestRemoteException if server sent an error.handleResult in class RequestExceptionCopyright © 2023. All rights reserved.