public class BatchQueryOperation extends Object implements BatchPart
| Modifier and Type | Field and Description |
|---|---|
protected List<Line> |
body |
protected int |
bodySize |
protected Header |
headers |
protected Line |
httpStatusLine |
protected boolean |
isStrict |
protected List<Line> |
message |
| Constructor and Description |
|---|
BatchQueryOperation(List<Line> message,
boolean isStrict) |
| Modifier and Type | Method and Description |
|---|---|
protected Line |
consumeHttpStatusLine(List<Line> message) |
List<Line> |
getBody() |
int |
getBodySize() |
Header |
getHeaders() |
Line |
getHttpStatusLine() |
boolean |
isStrict() |
BatchQueryOperation |
parse() |
protected final boolean isStrict
protected Line httpStatusLine
protected Header headers
protected int bodySize
public BatchQueryOperation parse() throws BatchDeserializerException
BatchDeserializerExceptionprotected Line consumeHttpStatusLine(List<Line> message) throws BatchDeserializerException
BatchDeserializerExceptionpublic Line getHttpStatusLine()
public int getBodySize()
public Header getHeaders()
getHeaders in interface BatchPartCopyright © 2023. All rights reserved.