Uses of Class
org.glassfish.jersey.media.multipart.MultiPartProperties
Packages that use MultiPartProperties
Package
Description
JAX-RS Integration with MIME MultiPart Message Formats
Jersey multipart media support internal classes.
-
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.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 TypeMethodDescriptionjavax.ws.rs.ext.ContextResolver
<MultiPartProperties> MultiPartProperties.resolver()
Create acontext resolver
for a current state of thisMultiPartProperties
. -
Uses of MultiPartProperties in org.glassfish.jersey.media.multipart.internal
Methods in org.glassfish.jersey.media.multipart.internal with parameters of type MultiPartPropertiesModifier and TypeMethodDescriptionprivate org.jvnet.mimepull.MIMEConfig
MultiPartReaderClientSide.createMimeConfig
(MultiPartProperties properties)