Class FileDownloadImpl
- java.lang.Object
-
- org.jboss.resteasy.reactive.client.impl.multipart.FileDownloadImpl
-
- All Implemented Interfaces:
FileDownload,FilePart
public class FileDownloadImpl extends Object implements FileDownload
-
-
Constructor Summary
Constructors Constructor Description FileDownloadImpl(io.netty.handler.codec.http.multipart.FileUpload httpData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcharSet()StringcontentType()StringfileName()PathfilePath()Stringname()longsize()
-
-
-
Method Detail
-
contentType
public String contentType()
- Specified by:
contentTypein interfaceFilePart
-
-