interceptAccept abstract method
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
bool interceptAccept(Conn conn);