Uses of Interface
org.spincast.plugins.undertow.SpincastUndertowUtils
Packages that use SpincastUndertowUtils
-
Uses of SpincastUndertowUtils in org.spincast.plugins.undertow
Classes in org.spincast.plugins.undertow that implement SpincastUndertowUtilsMethods in org.spincast.plugins.undertow that return SpincastUndertowUtilsModifier and TypeMethodDescriptionprotected SpincastUndertowUtils
CacheBusterRemovalHandlerDefault.getSpincastUndertowUtils()
protected SpincastUndertowUtils
SpincastUndertowServer.getSpincastUndertowUtils()
protected SpincastUndertowUtils
SpincastWebsocketEndpoint.getSpincastUndertowUtils()
Methods in org.spincast.plugins.undertow that return types with arguments of type SpincastUndertowUtilsModifier and TypeMethodDescriptionprotected Class<? extends SpincastUndertowUtils>
SpincastUndertowPluginModule.getSpincastUndertowUtilsClass()
Constructors in org.spincast.plugins.undertow with parameters of type SpincastUndertowUtilsModifierConstructorDescriptionCacheBusterRemovalHandlerDefault
(io.undertow.server.HttpHandler next, SpincastUtils spincastUtils, SpincastUndertowUtils spincastUndertowUtils) SpincastUndertowServer
(SpincastUndertowUtils spincastUndertowUtils, SpincastConfig config, SpincastUndertowConfig spincastUndertowConfig, FrontController frontController, SpincastUtils spincastUtils, CookieFactory cookieFactory, CorsHandlerFactory corsHandlerFactory, GzipCheckerHandlerFactory gzipCheckerHandlerFactory, SkipResourceOnQueryStringHandlerFactory skipResourceOnQueryStringHandlerFactory, SpincastResourceHandlerFactory spincastResourceHandlerFactory, CacheBusterRemovalHandlerFactory cacheBusterRemovalHandlerFactory, SpincastClassPathResourceManagerFactory fileClassPathResourceManagerFactory, SpincastHttpAuthIdentityManagerFactory spincastHttpAuthIdentityManagerFactory, WebsocketEndpointFactory spincastWebsocketEndpointFactory, SSLContextFactory sslContextFactory) ConstructorSpincastWebsocketEndpoint
(String endpointId, WebsocketEndpointHandler eventsHandler, UndertowWebsocketEndpointWriterFactory undertowWebsocketEndpointWriterFactory, SpincastUndertowConfig spincastUndertowConfig, SpincastUndertowUtils spincastUndertowUtils) Constructor