FileDocCategorySizeDatePackage
SecureMessageServiceClient.javaAPI DocAzureus 3.0.3.41780Thu Feb 09 19:42:44 GMT 2006com.aelitis.azureus.core.clientmessageservice.secure

SecureMessageServiceClient

public interface SecureMessageServiceClient

Fields Summary
Constructors Summary
Methods Summary
public voidaddListener(SecureMessageServiceClientListener l)

public SecureMessageServiceClientMessage[]getMessages()

public voidremoveListener(SecureMessageServiceClientListener l)

public SecureMessageServiceClientMessagesendMessage(java.util.Map request, java.lang.Object client_data, java.lang.String description)

public voidsendMessages()
This shouldn't be required under normal circumstances as message addition causes dispatch and the server handles retries itself. However, sometimes it is necessary to force a dispatch to occur (e.g. to validate new authentication information immediately rather than wait for it to happen naturally)