ExampleServiceConnection.java :  » Net » hyperpool-0.4.0 » examples » Java Open Source

Java Open Source » Net » hyperpool 0.4.0 
hyperpool 0.4.0 » examples » ExampleServiceConnection.java
package examples;

import vicazh.hyperpool.stream.net.http.*;
import vicazh.hyperpool.stream.Element;

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

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