Interface Multipart.General

    • Method Detail

      • toStrict

        java.util.concurrent.CompletionStage<Multipart.General.Strict> toStrict​(long timeoutMillis,
                                                                                akka.stream.Materializer materializer)
        Description copied from interface: Multipart
        Converts this content into its strict counterpart. The given `timeout` denotes the max time that an individual part must be read in. The CompletionStage is failed with an TimeoutException if one part isn't read completely after the given timeout.
        Specified by:
        toStrict in interface Multipart