Class TCPObjectServer

java.lang.Object
org.nustaq.net.TCPObjectServer

public class TCPObjectServer extends Object
Created by ruedi on 22.08.14. As socket allowing to send/receive serializable objects see ./test/net for an example. Note that by providing a Json configuration, it can be used cross language
  • Constructor Details

    • TCPObjectServer

      public TCPObjectServer(FSTConfiguration conf, int port)
    • TCPObjectServer

      public TCPObjectServer(int port)
  • Method Details