Uses of Class
dev.relism.flash.tls.TlsConfig
Packages that use TlsConfig
-
Uses of TlsConfig in dev.relism.flash.extension
Methods in dev.relism.flash.extension that return TlsConfigModifier and TypeMethodDescriptionFlashConfiguration.Listener.tls()Returns the value of thetlsrecord component.Constructors in dev.relism.flash.extension with parameters of type TlsConfig -
Uses of TlsConfig in dev.relism.flash.tls
Methods in dev.relism.flash.tls that return TlsConfigModifier and TypeMethodDescriptionTlsConfig.applicationProtocols(String... protocols) ALPN protocols this listener negotiates, in preference order (e.g.TlsConfig.clientAuth(ClientAuth mode) Client-certificate requirement.TlsConfig.enableHttp2Alpn()Returns this TLS configuration with HTTP/2 enabled and HTTP/1.1 retained as fallback.static TlsConfigBuilds anSSLContextfrom a PKCS12/JKS keystore — type is guessed from the file extension (.jksmeans JKS, anything else PKCS12).static TlsConfigTlsConfig.ofContext(SSLContext context) Escape hatch — see class Javadoc.