Package play.mvc
Class MultipartFormatter
java.lang.Object
play.mvc.MultipartFormatter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringboundaryToContentType(String boundary) static Stringstatic Source<ByteString,?> transform(Source<? super Http.MultipartFormData.Part<Source<ByteString, ?>>, ?> parts, String boundary)
-
Constructor Details
-
MultipartFormatter
public MultipartFormatter()
-
-
Method Details
-
randomBoundary
-
boundaryToContentType
-
transform
public static Source<ByteString,?> transform(Source<? super Http.MultipartFormData.Part<Source<ByteString, ?>>, ?> parts, String boundary)
-