All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.resteasy.reactive.multipart.FileDownload Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
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