FileDocCategorySizeDatePackage
ClientMessageHandler.javaAPI DocAzureus 3.0.3.41766Wed Nov 15 15:17:10 GMT 2006com.aelitis.azureus.core.clientmessageservice.impl

ClientMessageHandler

public interface ClientMessageHandler

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMessageTypeID()
Get the message type id that this handler handles.

return

public voidprocessMessage(ClientMessage message)
Process the given message received from a client.

param
message from client to process

public voidsendAttemptCompleted(ClientMessage message)
Notification of reply message send attempt completion. NOTE: This method will always be called once for every preceeding ClientMessageServer.sendReplyMessage() call.

param
message sent
param
success true if reply send was successful, false if reply send failed

public voidsendAttemptFailed(ClientMessage message, java.lang.Throwable error)