alpnValues property

List<String> alpnValues

The list of ALPN values supported by this, used when negotiating connection with a server.

Implementation

List<String> get alpnValues =>
    protocols.map((protocol) => protocol.value).toList();