Tell whether or not a protocol acts on a remote resource
The Net_CDDB_Server command likes to know whether or not a particular protocol is accessing a remote server (HTTP or CDDBP) or a local version of the database. By default all protocols will inherit this field and report themselves as accessing remote resources. A protocol and override this method and return false to report local cddb access.
Overridden in child classes as:
- Net_CDDB_Protocol_Filesystem::remote()
- Report this class as *not* accessing remote resources for protocol output
- Net_CDDB_Protocol_Mdb2::remote()
- Report this class as *not* accessing remote resources for protocol output