Class BodyPartRenderer$
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.BodyPartRenderer$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final BodyPartRenderer$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionrandomBoundary(int length, Random random) Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).randomBoundaryWithDefaultRandom(int length) Creates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).Creates a new random number of default length and base64 encodes it (using a custom "safe" alphabet).org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<Multipart.BodyPart,org.apache.pekko.stream.scaladsl.Source<HttpEntity.ChunkStreamPart, Object>>> org.apache.pekko.util.ByteStringstrict(scala.collection.immutable.Seq<Multipart.BodyPart.Strict> parts, String boundary, int partHeadersSizeHint, org.apache.pekko.event.LoggingAdapter log) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
BodyPartRenderer$public BodyPartRenderer$()
 
- 
- 
Method Details- 
streamedpublic org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.FlowShape<Multipart.BodyPart,org.apache.pekko.stream.scaladsl.Source<HttpEntity.ChunkStreamPart, streamedObject>>> (String boundary, int partHeadersSizeHint, org.apache.pekko.event.LoggingAdapter _log) 
- 
strictpublic org.apache.pekko.util.ByteString strict(scala.collection.immutable.Seq<Multipart.BodyPart.Strict> parts, String boundary, int partHeadersSizeHint, org.apache.pekko.event.LoggingAdapter log) 
- 
randomBoundaryCreates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).- Parameters:
- length- (undocumented)
- random- (undocumented)
- Returns:
- (undocumented)
 
- 
randomBoundaryWithDefaultsCreates a new random number of default length and base64 encodes it (using a custom "safe" alphabet).- Returns:
- (undocumented)
 
- 
randomBoundaryWithDefaultRandomCreates a new random number of the given length and base64 encodes it (using a custom "safe" alphabet).- Parameters:
- length- (undocumented)
- Returns:
- (undocumented)
 
 
-