```java PusherOptions options = new PusherOptions(); options = options.setProxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("10.100.0.100", ))); //8081 not existing ! Pusher pusher = new Pusher("aaa", options); ``` Did i a mistake ?