Class Multipart.General$.BodyPart

    • Constructor Detail

      • BodyPart

        public BodyPart()
    • Method Detail

      • toStrict

        public scala.concurrent.Future<akka.http.scaladsl.model.Multipart.General.BodyPart.Strict> toStrict​(scala.concurrent.duration.FiniteDuration timeout,
                                                                                                            akka.stream.Materializer fm)
        Specified by:
        toStrict in interface Multipart.BodyPart
      • toFormDataBodyPart

        public abstract scala.util.Try<akka.http.scaladsl.model.Multipart.FormData.BodyPart> toFormDataBodyPart()
      • toByteRangesBodyPart

        public abstract scala.util.Try<akka.http.scaladsl.model.Multipart.ByteRanges.BodyPart> toByteRangesBodyPart()
      • tryCreateFormDataBodyPart

        public <T> scala.util.Try<T> tryCreateFormDataBodyPart​(scala.Function3<java.lang.String,​scala.collection.immutable.Map<java.lang.String,​java.lang.String>,​scala.collection.immutable.Seq<HttpHeader>,​T> f)
      • tryCreateByteRangesBodyPart

        public <T> scala.util.Try<T> tryCreateByteRangesBodyPart​(scala.Function3<ContentRange,​RangeUnit,​scala.collection.immutable.Seq<HttpHeader>,​T> f)