/** * Return a debug object that can be used to help solve problems. */ public Debug getDebug() { return new Debug(clientId, comms); }
public String toString() { return Debug.dumpProperties(getDebug(), "Connection options"); }
/** * Return a debug object that can be used to help solve problems. */ public Debug getDebug() { return (aClient.getDebug()); }
/** * Return a debug object that can be used to help solve problems. */ public Debug getDebug() { return new Debug(clientId,comms); }