Class DirectoryListing
java.lang.Object
akka.http.javadsl.server.directives.DirectoryListing
akka.http.scaladsl.server.directives.DirectoryListing
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryListing
(String path, boolean isRoot, scala.collection.immutable.Seq<File> files) -
Method Summary
Modifier and TypeMethodDescriptionstatic Marshaller<DirectoryListing,
RequestEntity> directoryMarshaller
(boolean renderVanityFooter) scala.collection.immutable.Seq<File>
files()
getFiles()
getPath()
boolean
isRoot()
path()
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
-
DirectoryListing
-
-
Method Details
-
directoryMarshaller
public static Marshaller<DirectoryListing,RequestEntity> directoryMarshaller(boolean renderVanityFooter) -
path
-
isRoot
public boolean isRoot()- Specified by:
isRoot
in classDirectoryListing
-
files
-
getPath
- Specified by:
getPath
in classDirectoryListing
-
getFiles
- Specified by:
getFiles
in classDirectoryListing
-