interceptAccept abstract method

bool interceptAccept(
  1. Conn conn
)

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