Uses of Interface
org.spincast.plugins.undertow.config.SpincastUndertowConfig
Package
Description
-
Uses of SpincastUndertowConfig in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected SpincastUndertowConfig
SpincastUndertowServer.getSpincastUndertowConfig()
protected SpincastUndertowConfig
SpincastUndertowWebsocketEndpointWriter.getSpincastUndertowConfig()
protected SpincastUndertowConfig
SpincastWebsocketEndpoint.getSpincastUndertowConfig()
ModifierConstructorDescriptionSpincastUndertowServer
(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) ConstructorSpincastUndertowWebsocketEndpointWriter
(Map<String, io.undertow.websockets.core.WebSocketChannel> channels, SpincastUndertowConfig spincastUndertowConfig) ConstructorSpincastWebsocketEndpoint
(String endpointId, WebsocketEndpointHandler eventsHandler, UndertowWebsocketEndpointWriterFactory undertowWebsocketEndpointWriterFactory, SpincastUndertowConfig spincastUndertowConfig, SpincastUndertowUtils spincastUndertowUtils) Constructor -
Uses of SpincastUndertowConfig in org.spincast.plugins.undertow.config
Modifier and TypeClassDescriptionclass
Default configuration for Spincast Undertow plugin. -
Uses of SpincastUndertowConfig in org.spincast.testing.defaults
Modifier and TypeMethodDescriptionprotected SpincastUndertowConfig
AppBasedWebsocketTestingBase.getSpincastUndertowConfigImplementation()