예제 #1
0
 protected String nodeToUri(NodeInfo node) {
   return String.format("onos://%s:%d", node.getIp(), node.getTcpPort());
 }