Package org.structr.websocket

Examples of org.structr.websocket.SynchronizationController


     
    }
   
    final Gson gson = gsonBuilder.create();
   
    final SynchronizationController syncController = new SynchronizationController(gson);
   
    // register (Structr) transaction listener
    TransactionCommand.registerTransactionListener(syncController);
   
    factory.getPolicy().setIdleTimeout(61000);
View Full Code Here

TOP

Related Classes of org.structr.websocket.SynchronizationController

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.