| Interface | Description |
|---|---|
| ICacheBusterRemovalHandler |
Handler to remove cache busters from the request path.
|
| ICacheBusterRemovalHandlerFactory |
Factory to create CacheBusterRemovalHandler
|
| IClosedEventSentCallback | |
| ICorsHandler |
Handler that will add cors headers, when required.
|
| ICorsHandlerFactory | |
| IFileClassPathResourceManager |
Undertow 1.2.12.Final's ClassPathResourceManager adds a "/" at the
end of the resource path and this breaks serving a specific file.
|
| IFileClassPathResourceManagerFactory |
Factory to create IFileClassPathResourceManager
|
| IGzipCheckerHandler |
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.
|
| IGzipCheckerHandlerFactory |
Factory to create GzipCheckerHandlers
|
| ISpincastHttpAuthIdentityManager |
Custom identity manager for Undertow's HTTP auth protection.
|
| ISpincastHttpAuthIdentityManagerFactory |
Factory to create identity managers.
|
| ISpincastResourceHandler | |
| ISpincastResourceHandlerFactory |
Factory to create SpincastResourceHandler
|
| ISpincastUndertowUtils |
Undertow utilities.
|
| IUndertowWebsocketEndpointWriter | |
| IUndertowWebsocketEndpointWriterFactory | |
| IWebsocketEndpoint | |
| IWebsocketEndpointFactory |
Factory to create Websocket endpoints.
|
| IWebsocketPeersWriteCallback |
Callback to handle the errors found after writing
to some peers.
|
| SpincastUndertowWebsocketEndpointWriter.IWriteExecutor |
Interface to create a write executor.
|
| Class | Description |
|---|---|
| CacheBusterRemovalHandler |
Handler to remove cache buster codes from the request URL.
|
| CorsHandler | |
| FileClassPathResourceManager | |
| FullPathMatchingPathHandler |
Custom PathHandler that always match on the full path, not the
remaining path, if previous PathHandler matched.
|
| GzipCheckerHandler | |
| SpincastHttpAuthIdentityManager |
Implementation of the ISpincastHttpAuthIdentityManager
based on a simple Map.
|
| SpincastResourceHandler |
Spincast's custom ResourceHandler for Undertow.
|
| SpincastUndertowPluginGuiceModule | |
| SpincastUndertowServer |
Server implementation for Undertow.
|
| SpincastUndertowUtils | |
| SpincastUndertowWebsocketEndpointWriter | |
| SpincastWebsocketEndpoint |
Copyright © 2016. All rights reserved.