FileDocCategorySizeDatePackage
ClientMessageService.javaAPI DocAzureus 3.0.3.41746Thu Sep 28 08:02:38 BST 2006com.aelitis.azureus.core.clientmessageservice

ClientMessageService

public interface ClientMessageService

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Drop and closedown the connection with the server.

public java.util.MapreceiveMessage()
Receive the next message from the server. NOTE: blocking op

return
message received
throws
IOException on error

public voidsendMessage(java.util.Map message)
Send the given message to the server service. NOTE: blocking op

param
message (bencode-able) to send
throws
IOException on error

public voidsetMaximumMessageSize(int max_bytes)
Override the default max message size

param
max_bytes