Uses of Interface
org.spincast.plugins.undertow.SpincastUndertowUtils
-
Uses of SpincastUndertowUtils in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected SpincastUndertowUtils
CacheBusterRemovalHandlerDefault.getSpincastUndertowUtils()
protected SpincastUndertowUtils
SpincastUndertowServer.getSpincastUndertowUtils()
protected SpincastUndertowUtils
SpincastWebsocketEndpoint.getSpincastUndertowUtils()
Modifier and TypeMethodDescriptionprotected Class<? extends SpincastUndertowUtils>
SpincastUndertowPluginModule.getSpincastUndertowUtilsClass()
ModifierConstructorDescriptionCacheBusterRemovalHandlerDefault
(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