Interface FileCustomizableResponseType

All Superinterfaces:
CustomizableResponseType
All Known Subinterfaces:
NettyFileCustomizableResponseType
All Known Implementing Classes:
NettyStreamedFileCustomizableResponseType, NettySystemFileCustomizableResponseType, StreamedFile, SystemFile

public interface FileCustomizableResponseType extends CustomizableResponseType
A special type for file handling.
Since:
1.0
Author:
James Kleeh
  • Field Details

  • Method Details

    • getLastModified

      long getLastModified()
      Returns:
      The last modified date of the file
    • getLength

      long getLength()
      Returns:
      The length of the file
    • getMediaType

      MediaType getMediaType()
      Returns:
      The media type of the file