Uses of Class
org.dspace.app.rest.utils.MultipartFileSender
-
Packages that use MultipartFileSender Package Description org.dspace.app.rest.utils -
-
Uses of MultipartFileSender in org.dspace.app.rest.utils
Methods in org.dspace.app.rest.utils that return MultipartFileSender Modifier and Type Method Description static MultipartFileSenderMultipartFileSender. fromInputStream(InputStream inputStream)MultipartFileSenderMultipartFileSender. with(javax.servlet.http.HttpServletRequest httpRequest)MultipartFileSenderMultipartFileSender. with(javax.servlet.http.HttpServletResponse httpResponse)MultipartFileSenderMultipartFileSender. withBufferSize(int bufferSize)MultipartFileSenderMultipartFileSender. withChecksum(String checksum)MultipartFileSenderMultipartFileSender. withDisposition(String contentDisposition)MultipartFileSenderMultipartFileSender. withFileName(String fileName)MultipartFileSenderMultipartFileSender. withLastModified(long lastModified)MultipartFileSenderMultipartFileSender. withLength(long length)MultipartFileSenderMultipartFileSender. withMimetype(String mimetype)
-