Uses of Enum Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart.MultipartContent.IsFinished
Packages that use MultipartContent.IsFinished
-
Uses of MultipartContent.IsFinished in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return MultipartContent.IsFinishedModifier and TypeMethodDescriptionHttpContent.isFinished()MixedContent.isFinished()MixedPart.isFinished()Gives the parse-state of the Content in this Part.MultipartContent.isFinished()Gives the parse-state of the Content.StringContent.isFinished()static MultipartContent.IsFinishedReturns the enum constant of this class with the specified name.static MultipartContent.IsFinished[]MultipartContent.IsFinished.values()Returns an array containing the constants of this enum class, in the order they are declared.