|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||