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