Package ch.softappeal.yass.core.remote.session

Examples of ch.softappeal.yass.core.remote.session.SessionSetup


  /**
   * @param requestExecutor executes incoming requests
   */
  public TransportSetup(final Server server, final Serializer packetSerializer, final Executor requestExecutor, final SessionFactory sessionFactory) {
    this(new SessionSetup(server, requestExecutor, sessionFactory), packetSerializer);
  }
View Full Code Here

TOP

Related Classes of ch.softappeal.yass.core.remote.session.SessionSetup

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.