Uses of Class
org.apache.olingo.odata2.core.batch.v2.Line
Packages that use Line
-
Uses of Line in org.apache.olingo.odata2.core.batch.v2
Fields in org.apache.olingo.odata2.core.batch.v2 declared as LineFields in org.apache.olingo.odata2.core.batch.v2 with type parameters of type LineMethods in org.apache.olingo.odata2.core.batch.v2 that return LineModifier and TypeMethodDescriptionprotected LineBatchQueryOperation.consumeHttpStatusLine(List<Line> message) BatchChangeSetPart.getHttpStatusLine()BatchQueryOperation.getHttpStatusLine()static LineBatchParserCommon.removeEndingCRLF(Line line) Methods in org.apache.olingo.odata2.core.batch.v2 that return types with arguments of type LineModifier and TypeMethodDescriptionBatchChangeSetPart.getBody()BatchQueryOperation.getBody()BatchLineReader.toLineList()Methods in org.apache.olingo.odata2.core.batch.v2 with parameters of type LineModifier and TypeMethodDescriptionBatchParserCommon.parseQueryParameter(Line httpRequest) static LineBatchParserCommon.removeEndingCRLF(Line line) Method parameters in org.apache.olingo.odata2.core.batch.v2 with type arguments of type LineModifier and TypeMethodDescriptionstatic voidBatchParserCommon.consumeBlankLine(List<Line> remainingMessage, boolean isStrict) static HeaderBatchParserCommon.consumeHeaders(List<Line> remainingMessage) protected LineBatchQueryOperation.consumeHttpStatusLine(List<Line> message) static StringBatchParserCommon.lineListToString(List<Line> list) static StringBatchParserCommon.trimLineListToLength(List<Line> list, int length) Constructors in org.apache.olingo.odata2.core.batch.v2 with parameters of type LineModifierConstructorDescriptionHttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo) HttpResponsetStatusLine(Line httpStatusLine) Constructor parameters in org.apache.olingo.odata2.core.batch.v2 with type arguments of type LineModifierConstructorDescriptionBatchBodyPart(List<Line> bodyPartMessage, String boundary, boolean isStrict) BatchChangeSetPart(List<Line> message, boolean isStrict) BatchQueryOperation(List<Line> message, boolean isStrict)