Ejemplo n.º 1
0
 public void startREST()
 {
     m_RESTconnection = new Connection(80, this);
     m_RESTconnection.start();
 }
Ejemplo n.º 2
0
 public void start(int port)
 {
     m_connection = new Connection(port,this);
     m_connection.start();
 }