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

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

import vicazh.hyperpool.stream.*;

class SetRouteConnection extends Connection {
  SetRouteConnection(Element element) {
    super(element);
  }

  protected Session getSession() {
    return new SetRouteSession(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.