FileDocCategorySizeDatePackage
ClientMessageServiceClient.javaAPI DocAzureus 3.0.3.41783Thu Feb 09 19:42:58 GMT 2006com.aelitis.azureus.core.clientmessageservice

ClientMessageServiceClient

public class ClientMessageServiceClient extends Object

Fields Summary
Constructors Summary
Methods Summary
public static ClientMessageServicegetServerService(java.lang.String server_address, int server_port, int timeout_secs, java.lang.String msg_type_id)
Create a new message server service connection.

param
server_address of service
param
server_port of service
param
message type id to use for messages
return
server service connection

		return new AEClientService( server_address, server_port, timeout_secs, msg_type_id );
	
public static ClientMessageServicegetServerService(java.lang.String server_address, int server_port, java.lang.String msg_type_id)

		return new AEClientService( server_address, server_port, msg_type_id );