public class PartialEntity extends Object implements Response.Entity
| Constructor and Description |
|---|
PartialEntity(GetableResource resource,
List<Range> ranges,
Map<String,String> params,
String contentType,
String multipartBoundary) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
Map<String,String> |
getParams() |
GetableResource |
getResource() |
void |
write(Response response,
OutputStream outputStream) |
public GetableResource getResource()
public String getContentType()
public void write(Response response, OutputStream outputStream) throws Exception
write in interface Response.EntityExceptionCopyright © 2021 McEvoy Software Ltd. All rights reserved.