Class BatchQueryOperation
java.lang.Object
org.apache.olingo.server.core.deserializer.batch.BatchQueryOperation
- All Implemented Interfaces:
BatchPart
- Direct Known Subclasses:
BatchChangeSetPart
-
Field Details
-
isStrict
protected final boolean isStrict -
httpStatusLine
-
headers
-
body
-
bodySize
protected int bodySize -
message
-
-
Constructor Details
-
BatchQueryOperation
-
-
Method Details
-
parse
- Throws:
BatchDeserializerException
-
consumeHttpStatusLine
- Throws:
BatchDeserializerException
-
getHttpStatusLine
-
getBody
-
getBodySize
public int getBodySize() -
getHeaders
- Specified by:
getHeadersin interfaceBatchPart
-
isStrict
public boolean isStrict()
-