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