com.incesoft.botplatform.sdk.support
Class DefaultRobotServerFactory

java.lang.Object
  extended by com.incesoft.botplatform.sdk.RobotServerFactory
      extended by com.incesoft.botplatform.sdk.support.DefaultRobotServerFactory

public class DefaultRobotServerFactory
extends RobotServerFactory

Author:
LiBo

Constructor Summary
DefaultRobotServerFactory()
           
 
Method Summary
 RobotServer createRobotServer()
           
 RobotServer createRobotServer(java.lang.String host, int port)
          Create a RobotServer instance
 
Methods inherited from class com.incesoft.botplatform.sdk.RobotServerFactory
getInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRobotServerFactory

public DefaultRobotServerFactory()
Method Detail

createRobotServer

public RobotServer createRobotServer()

createRobotServer

public RobotServer createRobotServer(java.lang.String host,
                                     int port)
Description copied from class: RobotServerFactory
Create a RobotServer instance

Specified by:
createRobotServer in class RobotServerFactory
Parameters:
host - IP of BOTPLATFORM for RobotServer to login
port - Port of BOTPLATFORM for RobotServer to login