Uses of Class
org.apache.olingo.server.core.deserializer.batch.Line
Packages that use Line
-
Uses of Line in org.apache.olingo.server.core.deserializer.batch
Fields in org.apache.olingo.server.core.deserializer.batch declared as LineFields in org.apache.olingo.server.core.deserializer.batch with type parameters of type LineMethods in org.apache.olingo.server.core.deserializer.batch that return LineModifier and TypeMethodDescriptionprotected LineBatchQueryOperation.consumeHttpStatusLine(List<Line> message) BatchChangeSetPart.getHttpStatusLine()BatchQueryOperation.getHttpStatusLine()static LineBatchParserCommon.removeEndingCRLF(Line line) Methods in org.apache.olingo.server.core.deserializer.batch that return types with arguments of type LineModifier and TypeMethodDescriptionBatchChangeSetPart.getBody()BatchQueryOperation.getBody()BatchParserCommon.splitMessageByBoundary(List<Line> message, String boundary) BatchLineReader.toLineList()Methods in org.apache.olingo.server.core.deserializer.batch with parameters of type LineMethod parameters in org.apache.olingo.server.core.deserializer.batch 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 InputStreamBatchParserCommon.convertLineListToInputStream(List<Line> messageList, Charset charset) static InputStreamBatchParserCommon.convertLineListToInputStream(List<Line> list, Charset charset, int length) BatchParserCommon.splitMessageByBoundary(List<Line> message, String boundary) static StringBatchParserCommon.trimLineListToLength(List<Line> list, int length) Constructors in org.apache.olingo.server.core.deserializer.batch with parameters of type LineModifierConstructorDescriptionHttpRequestStatusLine(Line httpStatusLine, String baseUri, String serviceResolutionUri) Constructor parameters in org.apache.olingo.server.core.deserializer.batch with type arguments of type LineModifierConstructorDescriptionBatchBodyPart(List<Line> message, String boundary, boolean isStrict) BatchChangeSetPart(List<Line> message, boolean isStrict) BatchQueryOperation(List<Line> message, boolean isStrict)