117118119120121122123
/** * Notify the connection handler that this provider is ready to receive * messages. */ public void notifyProviderReady() { send(new SasProviderReadyMessage()); }