package vicazh.hyperpool.stream.net.http.html;
/**
* This class is the superclass of all html list selectors
*
* @author Victor Zhigunov
* @version 0.4.0
*/
publicclass ListSelector extends vicazh.hyperpool.stream.net.http.ListSelector {
public vicazh.hyperpool.stream.Connection getConnection() {
returnnew Connection(this);
}
}