| Package | Description |
|---|---|
| org.apache.olingo.server.api.deserializer |
Olingo Server API - Deserializer
|
| org.apache.olingo.server.api.deserializer.batch |
Olingo Server API - Deserializer - Batch
|
| 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 |
|---|---|
BatchOptions |
BatchOptions.Builder.build()
Creates a new BatchOptions instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
FixedFormatDeserializerImpl.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
BatchParser.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
Copyright © 2023. All rights reserved.