Uses of Class
io.vertx.mutiny.ext.web.handler.StaticHandler
Packages that use StaticHandler
-
Uses of StaticHandler in io.vertx.mutiny.ext.web.handler
Fields in io.vertx.mutiny.ext.web.handler with type parameters of type StaticHandlerMethods in io.vertx.mutiny.ext.web.handler that return StaticHandlerModifier and TypeMethodDescriptionstatic StaticHandler
StaticHandler.create()
static StaticHandler
static StaticHandler
static StaticHandler
StaticHandler.newInstance
(io.vertx.ext.web.handler.StaticHandler arg) StaticHandler.setAllowRootFileSystemAccess
(boolean allowRootFileSystemAccess) Deprecated.StaticHandler.setAlwaysAsyncFS
(boolean alwaysAsyncFS) StaticHandler.setCacheEntryTimeout
(long timeout) StaticHandler.setCachingEnabled
(boolean enabled) StaticHandler.setDefaultContentEncoding
(String contentEncoding) StaticHandler.setDirectoryListing
(boolean directoryListing) StaticHandler.setDirectoryTemplate
(String directoryTemplate) StaticHandler.setEnableFSTuning
(boolean enableFSTuning) StaticHandler.setEnableRangeSupport
(boolean enableRangeSupport) StaticHandler.setFilesReadOnly
(boolean readOnly) StaticHandler.setHttp2PushMapping
(List<io.vertx.ext.web.Http2PushMapping> http2PushMappings) StaticHandler.setIncludeHidden
(boolean includeHidden) StaticHandler.setIndexPage
(String indexPage) StaticHandler.setMaxAgeSeconds
(long maxAgeSeconds) StaticHandler.setMaxAvgServeTimeNs
(long maxAvgServeTimeNanoSeconds) StaticHandler.setMaxCacheSize
(int maxCacheSize) StaticHandler.setSendVaryHeader
(boolean varyHeader) StaticHandler.setWebRoot
(String webRoot) Deprecated.StaticHandler.skipCompressionForMediaTypes
(Set<String> mediaTypes) StaticHandler.skipCompressionForSuffixes
(Set<String> fileSuffixes)