1: package vicazh.hyperpool.stream.net.http.html; 2: 3: class AntivirusClamAVService extends Service { 4: public Connection getConnection() { 5: return new AntivirusClamAVConnection(this); 6: } 7: 8: }