Uses of Interface
org.spincast.core.utils.ssl.SSLContextFactory
Packages that use SSLContextFactory
Package
Description
-
Uses of SSLContextFactory in org.spincast.core.guice
Methods in org.spincast.core.guice that return types with arguments of type SSLContextFactoryModifier and TypeMethodDescriptionprotected Class<? extends SSLContextFactory>
SpincastCorePluginModule.getSSLContextFactoryClass()
-
Uses of SSLContextFactory in org.spincast.core.utils.ssl
Classes in org.spincast.core.utils.ssl that implement SSLContextFactory -
Uses of SSLContextFactory in org.spincast.plugins.undertow
Methods in org.spincast.plugins.undertow that return SSLContextFactoryModifier and TypeMethodDescriptionprotected SSLContextFactory
SpincastUndertowServer.getSslContextFactory()
Constructors in org.spincast.plugins.undertow with parameters of type SSLContextFactoryModifierConstructorDescriptionSpincastUndertowServer
(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