| Package | Description |
|---|---|
| org.apache.olingo.odata2.core.batch.v2 |
| Modifier and Type | Field and Description |
|---|---|
protected Line |
BatchQueryOperation.httpStatusLine |
| Modifier and Type | Field and Description |
|---|---|
protected List<Line> |
BatchQueryOperation.body |
protected List<Line> |
BatchQueryOperation.message |
| Modifier and Type | Method and Description |
|---|---|
protected Line |
BatchQueryOperation.consumeHttpStatusLine(List<Line> message) |
Line |
BatchQueryOperation.getHttpStatusLine() |
Line |
BatchChangeSetPart.getHttpStatusLine() |
static Line |
BatchParserCommon.removeEndingCRLF(Line line) |
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
BatchQueryOperation.getBody() |
List<Line> |
BatchChangeSetPart.getBody() |
List<Line> |
BatchLineReader.toLineList() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,List<String>> |
BatchParserCommon.parseQueryParameter(Line httpRequest) |
static Line |
BatchParserCommon.removeEndingCRLF(Line line) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchParserCommon.consumeBlankLine(List<Line> remainingMessage,
boolean isStrict) |
static Header |
BatchParserCommon.consumeHeaders(List<Line> remainingMessage) |
protected Line |
BatchQueryOperation.consumeHttpStatusLine(List<Line> message) |
static String |
BatchParserCommon.lineListToString(List<Line> list) |
static String |
BatchParserCommon.trimLineListToLength(List<Line> list,
int length) |
| Constructor and Description |
|---|
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
PathInfo pathInfo) |
HttpResponsetStatusLine(Line httpStatusLine) |
| Constructor and Description |
|---|
BatchBodyPart(List<Line> bodyPartMessage,
String boundary,
boolean isStrict) |
BatchChangeSetPart(List<Line> message,
boolean isStrict) |
BatchQueryOperation(List<Line> message,
boolean isStrict) |
Copyright © 2020. All rights reserved.