Package org.quickserver.net.server

Examples of org.quickserver.net.server.ClientHandler.clean()


  }

  //Uninitialize an instance to be returned to the pool.
    public void passivateObject(Object obj) {
    ClientHandler ch = (ClientHandler)obj;
    ch.clean();
    }

  //Reinitialize an instance to be returned by the pool.
    public void activateObject(Object obj) {
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.