Uses of Class
org.glassfish.jersey.media.multipart.MultiPartProperties

Packages that use MultiPartProperties
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
 MultiPartProperties MultiPartProperties.bufferThreshold(int threshold)
          Set the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
 MultiPartProperties MultiPartProperties.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
 javax.ws.rs.ext.ContextResolver<MultiPartProperties> MultiPartProperties.resolver()
          Create a context resolver for a current state of this MultiPartProperties.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.