Uses of Class
org.glassfish.jersey.media.multipart.MultiPartProperties
Packages that use MultiPartProperties
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
-
Uses of MultiPartProperties in org.glassfish.jersey.media.multipart
Methods in org.glassfish.jersey.media.multipart that return MultiPartPropertiesModifier 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.Methods in org.glassfish.jersey.media.multipart that return types with arguments of type MultiPartPropertiesModifier and TypeMethodDescriptionMultiPartProperties.resolver()
Create acontext resolver
for a current state of thisMultiPartProperties
.