555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
|
<br>
<br>
<dl>
<dt>
<strong>alpn</strong> <em>protocol</em>
</dt>
<dd>
For servers, this form of callback is invoked when the client ALPN
extension is received. Where <em>protocol</em> is the first
<b>-alpn</b> specified protocol common to the both the client and
server. If none, the first client specified protocol is used.
Called after hello and ALPN callbacks.
</dd>
<br>
<dt>
<strong>hello</strong> <em>servername</em>
</dt>
|
|
|
|
|
|
|
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
|
<br>
<br>
<dl>
<dt>
<strong>alpn</strong> <em>protocol match</em>
</dt>
<dd>
For servers, this form of callback is invoked when the client ALPN
extension is received. If <em>match</em> is true, <em>protocol</em>
is the first <b>-alpn</b> specified protocol common to the both the
client and server. If not, the first client specified protocol is
used. Called after hello and ALPN callbacks.
</dd>
<br>
<dt>
<strong>hello</strong> <em>servername</em>
</dt>
|