Package | Description |
---|---|
org.glassfish.jersey.media.multipart |
JAX-RS Integration with MIME MultiPart Message Formats
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.ext.ContextResolver<MultiPartProperties> |
MultiPartProperties.resolver()
Create a
context resolver for a current state of this MultiPartProperties . |
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.