public.javadoc.org.spincast.plugins.undertow.package-use.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
Uses of Package org.spincast.plugins.undertow (org.spincast:spincast-framework 2.1.1 API)
Uses of Package
org.spincast.plugins.undertow
-
-
Class
Description
Handler to remove cache busters from the request path.
Factory to create CacheBusterRemovalHandler
Handler that will add cors headers, when required.
Handler that will check if gzip compression is required for
the resource and, if so, will call a gzip handler before
calling the next handler.
Factory to create GzipCheckerHandlers
Handler that will skip the default resource handler
if there is at least one queryString parameter.
Undertow's ClassPathResourceManager adds a "/" at the
end of the "prefix" so it can't be used to serve a specific file.
Undertow's ClassPathResourceManager adds a "/" at the
end of the "prefix" so it can't be used to serve a specific file.
Custom identity manager for Undertow's HTTP auth protection.
Factory to create identity managers.
Factory to create SpincastResourceHandler
Undertow utilities.
Interface to create a write executor.
Factory to create Websocket endpoints.
Callback to handle the errors found after writing
to some peers.