public interface MultipartMarshallers
Modifier and Type | Method and Description |
---|---|
int |
multipartBoundaryLength()
The length of randomly generated multipart boundaries (before base64 encoding).
|
java.util.Random |
multipartBoundaryRandom()
The random instance that is used to create multipart boundaries.
|
<T extends Multipart> |
multipartMarshaller(org.apache.pekko.event.LoggingAdapter log) |
java.lang.String |
randomBoundary()
The method used to create boundaries in
multipartMarshaller . |
<T extends Multipart> Marshaller<T,RequestEntity> multipartMarshaller(org.apache.pekko.event.LoggingAdapter log)
java.util.Random multipartBoundaryRandom()
int multipartBoundaryLength()
java.lang.String randomBoundary()
multipartMarshaller
. Can be overridden to create custom boundaries.