Uses of Class
org.glassfish.jersey.media.multipart.MultiPartProperties
-
Packages that use MultiPartProperties Package Description org.glassfish.jersey.media.multipart 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 MultiPartProperties Modifier and Type Method Description MultiPartPropertiesMultiPartProperties. bufferThreshold(int threshold)Set the size (in bytes) of the entity of an incomingBodyPartbefore it will be buffered to disk.MultiPartPropertiesMultiPartProperties. maxParts(int maxParts)Set the maximum number of received parts of a multipart entity.MultiPartPropertiesMultiPartProperties. tempDir(String path)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 MultiPartProperties Modifier and Type Method Description ContextResolver<MultiPartProperties>MultiPartProperties. resolver()Create acontext resolverfor a current state of thisMultiPartProperties.
-