All Classes and Interfaces
Class
Description
Handler to remove cache busters from the request path.
Handler to remove cache buster codes from the request URL.
Factory to create CacheBusterRemovalHandler
Handler that will add cors headers, when required.
Custom PathHandler that always match on the full path, not the
remaining path, if previous PathHandler matched.
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.
Manager to serve files under a specific directory.
Manager to get a specific File.
Custom identity manager for Undertow's HTTP auth protection.
Implementation of the SpincastHttpAuthIdentityManager
based on a simple Map.
Factory to create identity managers.
Spincast's custom ResourceHandler for Undertow.
Factory to create SpincastResourceHandler
Configurations for the Spincast Undertow plugin.
Default configuration for Spincast Undertow plugin.
Server implementation using
Undertow.Undertow utilities.
Interface to create a write executor.
Factory to create Websocket endpoints.
Callback to handle the errors found after writing
to some peers.