public class BatchRequestWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BOUNDARY_PREAMBLE |
static String |
HTTP_1_1 |
| Constructor and Description |
|---|
BatchRequestWriter() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
writeBatchRequest(List<BatchPart> batchParts,
String boundary) |
public static final String BOUNDARY_PREAMBLE
public static final String HTTP_1_1
public InputStream writeBatchRequest(List<BatchPart> batchParts, String boundary)
Copyright © 2020. All rights reserved.