Uses of Class
org.apache.olingo.odata2.core.batch.v2.Line
-
Packages that use Line Package Description org.apache.olingo.odata2.core.batch.v2 -
-
Uses of Line in org.apache.olingo.odata2.core.batch.v2
Fields in org.apache.olingo.odata2.core.batch.v2 declared as Line Modifier and Type Field Description protected LineBatchQueryOperation. httpStatusLineFields in org.apache.olingo.odata2.core.batch.v2 with type parameters of type Line Modifier and Type Field Description protected List<Line>BatchQueryOperation. bodyprotected List<Line>BatchQueryOperation. messageMethods in org.apache.olingo.odata2.core.batch.v2 that return Line Modifier and Type Method Description protected LineBatchQueryOperation. consumeHttpStatusLine(List<Line> message)LineBatchChangeSetPart. getHttpStatusLine()LineBatchQueryOperation. getHttpStatusLine()static LineBatchParserCommon. removeEndingCRLF(Line line)Methods in org.apache.olingo.odata2.core.batch.v2 that return types with arguments of type Line Modifier and Type Method Description List<Line>BatchChangeSetPart. getBody()List<Line>BatchQueryOperation. getBody()List<Line>BatchLineReader. toLineList()Methods in org.apache.olingo.odata2.core.batch.v2 with parameters of type Line Modifier and Type Method Description static Map<String,List<String>>BatchParserCommon. parseQueryParameter(Line httpRequest)static LineBatchParserCommon. removeEndingCRLF(Line line)Method parameters in org.apache.olingo.odata2.core.batch.v2 with type arguments of type Line Modifier and Type Method Description static 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 Line Constructor Description HttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo)HttpResponsetStatusLine(Line httpStatusLine)Constructor parameters in org.apache.olingo.odata2.core.batch.v2 with type arguments of type Line Constructor Description BatchBodyPart(List<Line> bodyPartMessage, String boundary, boolean isStrict)BatchChangeSetPart(List<Line> message, boolean isStrict)BatchQueryOperation(List<Line> message, boolean isStrict)
-