selectProtocol(configured: readonly string[],requested: readonly string[]): string | undefined | false
Selects the subprotocol to echo for a route.
With no configured protocols, none is negotiated and none is echoed — echoing a protocol the client did not request breaks conformant clients. With configured protocols, the client's first requested protocol that the route accepts wins; if none match, the handshake is refused.