interceptUpgraded abstract method

(bool, DisconnectReason?) interceptUpgraded(
  1. Conn conn
)

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);