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 Formatsorg.glassfish.jersey.media.multipart.internal Jersey multipart media support internal classes. -
-
Uses of MultiPartProperties in org.glassfish.jersey.media.multipart
Methods in org.glassfish.jersey.media.multipart that return MultiPartProperties Modifier and Type Method Description MultiPartProperties
MultiPartProperties. bufferThreshold(int threshold)
Set the size (in bytes) of the entity of an incomingBodyPart
before it will be buffered to disk.MultiPartProperties
MultiPartProperties. tempDir(java.lang.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 javax.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 MultiPartProperties Modifier and Type Method Description private org.jvnet.mimepull.MIMEConfig
MultiPartReaderClientSide. createMimeConfig(MultiPartProperties properties)
-