| Package | Description |
|---|---|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.core.batchhandler | |
| org.apache.olingo.server.core.batchhandler.referenceRewriting | |
| org.apache.olingo.server.core.deserializer | |
| org.apache.olingo.server.core.deserializer.batch |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializer.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options)
Reads batch data from an InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BatchFacadeImpl.extractBoundaryFromContentType(String contentType) |
ODataResponse |
BatchPartHandler.handle(ODataRequest request,
boolean isChangeSet) |
ODataResponse |
BatchPartHandler.handleODataRequest(ODataRequest request) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReferenceRewriter.addMapping(ODataRequest request,
ODataResponse response) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializerImpl.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BatchParserCommon.consumeBlankLine(List<Line> remainingMessage,
boolean isStrict) |
protected Line |
BatchQueryOperation.consumeHttpStatusLine(List<Line> message) |
static String |
BatchParserCommon.getBoundary(String contentType,
int line) |
static int |
BatchTransformatorCommon.getContentLength(Header headers) |
BatchQueryOperation |
BatchQueryOperation.parse() |
BatchChangeSetPart |
BatchChangeSetPart.parse() |
BatchBodyPart |
BatchBodyPart.parse() |
List<BatchRequestPart> |
BatchParser.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
static ContentType |
BatchParserCommon.parseContentType(String contentType,
ContentType expected,
int line)
Get the content type based on
contentType parameter. |
static List<List<Line>> |
BatchParserCommon.splitMessageByBoundary(List<Line> message,
String boundary) |
List<BatchRequestPart> |
BatchRequestTransformator.transform(BatchBodyPart bodyPart) |
static void |
BatchTransformatorCommon.validateContentTransferEncoding(Header headers) |
static void |
BatchTransformatorCommon.validateContentType(Header headers,
ContentType expected) |
static void |
BatchTransformatorCommon.validateHost(Header headers,
String baseUri) |
void |
HttpRequestStatusLine.validateHttpMethod(boolean isChangeSet) |
| Constructor and Description |
|---|
BatchChangeSetPart(List<Line> message,
boolean isStrict) |
HttpRequestStatusLine(Line httpStatusLine,
String baseUri,
String serviceResolutionUri) |
Copyright © 2023. All rights reserved.