ALPNProtocolNotify¶
A TCPConnectionNotify that also implements this is told the protocol ALPN
negotiated, once the handshake is complete.
Public Functions¶
alpn_negotiated¶
The protocol the peers agreed on, or None when they agreed on none.
Called once, before any application data reaches received.
Parameters¶
- conn: TCPConnection tag
- protocol: (String val | None val)
Returns¶
- None val