ListSelector.java :  » Net » hyperpool-0.4.0 » vicazh » hyperpool » stream » net » http » html » Java Open Source

Java Open Source » Net » hyperpool 0.4.0 
hyperpool 0.4.0 » vicazh » hyperpool » stream » net » http » html » ListSelector.java
package vicazh.hyperpool.stream.net.http.html;

/**
 * This class is the superclass of all html list selectors
 * 
 * @author Victor Zhigunov
 * @version 0.4.0
 */
public class ListSelector extends vicazh.hyperpool.stream.net.http.ListSelector {
  public vicazh.hyperpool.stream.Connection getConnection() {
    return new Connection(this);
  }
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.