This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

alpn_protocols

        # OpenSSL::SSL::SSLContext.alpn_protocols

(from ruby core)
---

An Enumerable of Strings. Each String represents a protocol to be
advertised as the list of supported protocols for Application-Layer
Protocol Negotiation. Supported in OpenSSL 1.0.2 and higher. Has no
effect on the server side. If not set explicitly, the ALPN extension
will not be included in the handshake.

### Example

    ctx.alpn_protocols = ["http/1.1", "spdy/2", "h2"]



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.