444546474849505152
public class RestAppDemo { public static void main(String[] args) throws Exception { RestClient rc = new RestClient("https://8.8.8.8", "root", "pass"); runRestLevel(rc); runMOLevel(rc); }