addProxies abstract method

ObjectProxySeq addProxies(
  1. ObjectProxySeq proxies
)

Add new proxy information to the router's routing table.

@param proxies The proxies to add.

@return Proxies discarded by the router.

Implementation

ObjectProxySeq addProxies(ObjectProxySeq proxies);