Class BatchRequestWriter
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.BatchRequestWriter
-
public class BatchRequestWriter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBOUNDARY_PREAMBLEstatic StringHTTP_1_1
-
Constructor Summary
Constructors Constructor Description BatchRequestWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamwriteBatchRequest(List<BatchPart> batchParts, String boundary)
-
-
-
Field Detail
-
BOUNDARY_PREAMBLE
public static final String BOUNDARY_PREAMBLE
- See Also:
- Constant Field Values
-
HTTP_1_1
public static final String HTTP_1_1
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeBatchRequest
public InputStream writeBatchRequest(List<BatchPart> batchParts, String boundary)
-
-