Uses of Interface
org.spincast.core.utils.ssl.SSLContextFactory
Package
Description
-
Uses of SSLContextFactory in org.spincast.core.guice
Modifier and TypeMethodDescriptionprotected Class<? extends SSLContextFactory>
SpincastCorePluginModule.getSSLContextFactoryClass()
-
Uses of SSLContextFactory in org.spincast.core.utils.ssl
-
Uses of SSLContextFactory in org.spincast.plugins.undertow
Modifier and TypeMethodDescriptionprotected SSLContextFactory
SpincastUndertowServer.getSslContextFactory()
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) Constructor