| Interface | Description |
|---|---|
| CacheBusterRemovalHandler |
Handler to remove cache busters from the request path.
|
| CacheBusterRemovalHandlerFactory |
Factory to create CacheBusterRemovalHandler
|
| ClosedEventSentCallback | |
| CorsHandler |
Handler that will add cors headers, when required.
|
| CorsHandlerFactory | |
| FileClassPathResourceManager |
Undertow's ClassPathResourceManager adds a "/" at the
end of the "prefix" so it can't be used to serve a specific file.
|
| FileClassPathResourceManagerFactory |
Factory to create FileClassPathResourceManager
|
| GzipCheckerHandler |
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.
|
| GzipCheckerHandlerFactory |
Factory to create GzipCheckerHandlers
|
| SkipResourceOnQueryStringHandler |
Handler that will skip the default resource handler
if there is at least one queryString parameter.
|
| SkipResourceOnQueryStringHandlerFactory | |
| SpincastHttpAuthIdentityManager |
Custom identity manager for Undertow's HTTP auth protection.
|
| SpincastHttpAuthIdentityManagerFactory |
Factory to create identity managers.
|
| SpincastResourceHandler | |
| SpincastResourceHandlerFactory |
Factory to create SpincastResourceHandler
|
| SpincastUndertowUtils |
Undertow utilities.
|
| SpincastUndertowWebsocketEndpointWriter.IWriteExecutor |
Interface to create a write executor.
|
| UndertowWebsocketEndpointWriter | |
| UndertowWebsocketEndpointWriterFactory | |
| WebsocketEndpoint | |
| WebsocketEndpointFactory |
Factory to create Websocket endpoints.
|
| WebsocketPeersWriteCallback |
Callback to handle the errors found after writing
to some peers.
|
| Class | Description |
|---|---|
| CacheBusterRemovalHandlerDefault |
Handler to remove cache buster codes from the request URL.
|
| CorsHandlerDefault | |
| FileClassPathResourceManagerDefault | |
| FullPathMatchingPathHandler |
Custom PathHandler that always match on the full path, not the
remaining path, if previous PathHandler matched.
|
| GzipCheckerHandlerDefault | |
| SkipResourceOnQueryStringHandlerDefault | |
| SpincastHttpAuthIdentityManagerDefault |
Implementation of the SpincastHttpAuthIdentityManager
based on a simple Map.
|
| SpincastResourceHandlerDefault |
Spincast's custom ResourceHandler for Undertow.
|
| SpincastUndertowPlugin | |
| SpincastUndertowPluginModule | |
| SpincastUndertowServer |
Server implementation for Undertow.
|
| SpincastUndertowUtilsDefault | |
| SpincastUndertowWebsocketEndpointWriter | |
| SpincastWebsocketEndpoint |
Copyright © 2018. All rights reserved.