Skip to content

ALPNProtocolResolver

[Source]

Controls the protocol name to be chosen for incomming SSLConnections using the ALPN extension.

interface box ALPNProtocolResolver

Public Functions

resolve

[Source]

fun box resolve(
  advertised: Array[String val] val)
: (String val | ALPNNoAck val | ALPNWarning val | 
    ALPNFatal val)

Parameters

Returns