-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40051 from geoand/client-multipart-doc
Clarify REST Client multipart support
- Loading branch information
Showing
3 changed files
with
109 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
...tive/common/runtime/src/main/java/org/jboss/resteasy/reactive/multipart/FileDownload.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
package org.jboss.resteasy.reactive.multipart; | ||
|
||
/** | ||
* Represent a file that should be pushed to the client. | ||
* <p> | ||
* WARNING: This type is currently only supported on the server | ||
*/ | ||
public interface FileDownload extends FilePart { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters