Uses of Class
org.glassfish.jersey.media.multipart.MultiPartProperties
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
-
Uses of MultiPartProperties in org.glassfish.jersey.media.multipart
Modifier and TypeMethodDescriptionMultiPartProperties.bufferThreshold
(int threshold) Set the size (in bytes) of the entity of an incomingBodyPart
before it will be buffered to disk.MultiPartProperties.maxParts
(int maxParts) Set the maximum number of received parts of a multipart entity.Set the path to the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.Modifier and TypeMethodDescriptionMultiPartProperties.resolver()
Create acontext resolver
for a current state of thisMultiPartProperties
.