interceptAccept method

  1. @override
bool interceptAccept(
  1. Conn conn
)
override

Tests whether an incipient inbound Conn is allowed.

This is called by the upgrader, or by the transport directly, straight after it has accepted a Conn from its socket.

Implementation

@override
bool interceptAccept(Conn conn) => true;