Class FileAndResourceDirectives.ResourceFile

java.lang.Object
akka.http.scaladsl.server.directives.FileAndResourceDirectives.ResourceFile
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing interface:
FileAndResourceDirectives

public static class FileAndResourceDirectives.ResourceFile extends Object implements scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResourceFile(URL url, long length, long lastModified)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    long
     
    url()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • ResourceFile

      public ResourceFile(URL url, long length, long lastModified)
  • Method Details

    • url

      public URL url()
    • length

      public long length()
    • lastModified

      public long lastModified()