Service.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 » Service.java
package vicazh.hyperpool.stream.net.http.html;

/**
 * This class is the superclass of all html services
 * 
 * @author Victor Zhigunov
 * @version 0.3.0
 */
public class Service extends vicazh.hyperpool.stream.net.http.Service {
  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.