Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.Content.IsFinished
-
Packages that use Content.IsFinished Package Description de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart -
-
Uses of Content.IsFinished in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return Content.IsFinished Modifier and Type Method Description Content.IsFinishedContent. isFinished()Gives the parse-state of the Content.Content.IsFinishedHttpContent. isFinished()Content.IsFinishedMixedContent. isFinished()Content.IsFinishedPart. isFinished()Gives the parse-state of the Content in this Part.Content.IsFinishedStringContent. isFinished()static Content.IsFinishedContent.IsFinished. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.IsFinished[]Content.IsFinished. values()Returns an array containing the constants of this enum type, in the order they are declared.
-