Interface FileCustomizableResponseType
-
- All Superinterfaces:
CustomizableResponseType
- All Known Implementing Classes:
StreamedFile,SystemFile
public interface FileCustomizableResponseType extends CustomizableResponseType
A special type for file handling.- Since:
- 1.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTACHMENT_HEADERDeprecated.Unused now, please follow RFC 6266
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLastModified()longgetLength()io.micronaut.http.MediaTypegetMediaType()-
Methods inherited from interface io.micronaut.http.server.types.CustomizableResponseType
process
-
-
-
-
Field Detail
-
ATTACHMENT_HEADER
@Deprecated static final java.lang.String ATTACHMENT_HEADER
Deprecated.Unused now, please follow RFC 6266- See Also:
- Constant Field Values
-
-