com.aelitis.azureus.core.clientmessageservice
Class ClientMessageServiceClient

java.lang.Object
  extended by com.aelitis.azureus.core.clientmessageservice.ClientMessageServiceClient

public class ClientMessageServiceClient
extends Object


Constructor Summary
ClientMessageServiceClient()
           
 
Method Summary
static ClientMessageService getServerService(String server_address, int server_port, int timeout_secs, String msg_type_id)
          Create a new message server service connection.
static ClientMessageService getServerService(String server_address, int server_port, String msg_type_id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientMessageServiceClient

public ClientMessageServiceClient()
Method Detail

getServerService

public static ClientMessageService getServerService(String server_address,
                                                    int server_port,
                                                    int timeout_secs,
                                                    String msg_type_id)
Create a new message server service connection.

Parameters:
server_address - of service
server_port - of service
message - type id to use for messages
Returns:
server service connection

getServerService

public static ClientMessageService getServerService(String server_address,
                                                    int server_port,
                                                    String msg_type_id)