Archived
0

add proxy settings

This commit is contained in:
iMoHax
2015-07-20 10:42:56 +03:00
parent 0ab1490d1c
commit 4c593eb1f0
2 changed files with 21 additions and 11 deletions

View File

@@ -22,7 +22,8 @@ public class EDSessionDemo {
public static void main(String args[]) throws Exception {
LOG.info("Test ED Companion connect");
EDSession edSession = new EDSession();
EDSession edSession = new EDSession("192.168.32.90",3128);
//EDSession edSession = new EDSession();
if (edSession.getLastStatus() == ED_SESSION_STATUS.OK){
LOG.info("Check get profile");
edSession.readProfile(s ->{});