com.twitter.finagle.ssl.ApplicationProtocols
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 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.