interceptUpgraded abstract method
Tests whether a fully capable Conn is allowed.
At this point, the Conn a multiplexer has been selected. When rejecting a Conn, the gater can return a DisconnectReason.
Implementation
(bool, DisconnectReason?) interceptUpgraded(Conn conn);