Indicates that the values specified should be used with the engine factory for ALPN or NPN for the created TLS Engine.
Indicates that the values specified should be used with the engine factory for ALPN or NPN for the created TLS Engine.
A prioritized list of which protocols the TLS Engine should support.
Values are dependent on the particular engine factory as well as potentially the underlying native library.
val protos = ApplicationProtocols.Supported(Seq("h2", "spdy/3.1", "http/1.1"))
Indicates that the determination for which values to use for application protocols with the particular engine should be delegated to the engine factory.
Converts a string list of application protocols, separated by commas to an ApplicationProtocols value.
Converts a string list of application protocols, separated by commas to an ApplicationProtocols value.
Whitespace is allowed between values.