- ICorsHandler - Interface in org.spincast.plugins.undertow
-
Handler that will add cors headers, when required.
- ICorsHandlerFactory - Interface in org.spincast.plugins.undertow
-
- IFileClassPathResourceManager - Interface in org.spincast.plugins.undertow
-
Undertow 1.2.12.Final's ClassPathResourceManager adds a "/" at the
end of the resource path and this breaks serving a specific file.
- IFileClassPathResourceManagerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create GzipCheckerHandlers
- IGzipCheckerHandler - Interface in org.spincast.plugins.undertow
-
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 - Interface in org.spincast.plugins.undertow
-
Factory to create GzipCheckerHandlers
- isContentTypeToSkipGziping(HttpServerExchange) - Method in class org.spincast.plugins.undertow.GzipCheckerHandler
-
- ISpincastHttpAuthIdentityManager - Interface in org.spincast.plugins.undertow
-
Custom identity manager for Undertow's HTTP auth protection.
- ISpincastHttpAuthIdentityManagerFactory - Interface in org.spincast.plugins.undertow
-
Factory to create identity managers.
- isResourceChangeListenerSupported() - Method in class org.spincast.plugins.undertow.FileClassPathResourceManager
-
- isResponseClosed(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- isResponseHeadersSent(Object) - Method in class org.spincast.plugins.undertow.SpincastUndertowServer
-
- ISSLContextManager - Interface in org.spincast.plugins.undertow
-