Package er.websocketexample

Examples of er.websocketexample.Session


   * Grabs the username from the session. Whatever you do, don't try to keep
   * a copy of the session locally. That would be a bad idea.
   */
  @Override
  public void init(WOSession session) {
    Session s = (Session) session;
    username = s.username();
  }
View Full Code Here

TOP

Related Classes of er.websocketexample.Session

Copyright © 2018 www.massapicom. 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.