org.jboss.resteasy.reactive.multipart.FileDownload Maven / Gradle / Ivy
package org.jboss.resteasy.reactive.multipart;
/**
* Represent a file that should be pushed to the client.
*
* WARNING: This type is currently only supported on the server
*/
public interface FileDownload extends FilePart {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy