17741775177617771778177917801781
unsubscribe(); } public DigitalSTROMEventListener() { this.handler = new JSONResponseHandler(); this.transport = new HttpTransport(uri, connectTimeout, readTimeout); this.subscribe(); }
5354555657585960
private JSONResponseHandler handler = null; public DigitalSTROMJSONImpl(String uri, int connectTimeout, int readTimeout) { this.transport = new HttpTransport(uri, connectTimeout, readTimeout); this.handler = new JSONResponseHandler(); }