| Package | Description |
|---|---|
| org.apache.olingo.server.core.deserializer.batch |
| 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() |
static List<List<Line>> |
BatchParserCommon.splitMessageByBoundary(List<Line> message,
String boundary) |
List<Line> |
BatchLineReader.toLineList() |
| Modifier and Type | Method and Description |
|---|---|
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 InputStream |
BatchParserCommon.convertLineListToInputStream(List<Line> messageList,
Charset charset) |
static InputStream |
BatchParserCommon.convertLineListToInputStream(List<Line> list,
Charset charset,
int length) |
static List<List<Line>> |
BatchParserCommon.splitMessageByBoundary(List<Line> message,
String boundary) |
static String |
BatchParserCommon.trimLineListToLength(List<Line> list,
int length) |
| Constructor and Description |
|---|
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
String serviceResolutionUri) |
| Constructor and Description |
|---|
BatchBodyPart(List<Line> message,
String boundary,
boolean isStrict) |
BatchChangeSetPart(List<Line> message,
boolean isStrict) |
BatchQueryOperation(List<Line> message,
boolean isStrict) |
Copyright © 2023. All rights reserved.