Class StatefulServer

java.lang.Object
org.serviceconnector.server.Server
org.serviceconnector.server.StatefulServer
All Implemented Interfaces:
IServer, IStatefulServer

public class StatefulServer extends Server implements IStatefulServer
The Class StatefulServer.
  • Constructor Details

    • StatefulServer

      public StatefulServer(RemoteNodeConfiguration remoteNodeConfiguration, String serviceName, InetSocketAddress socketAddress)
      Instantiates a new stateful server.
      Parameters:
      remoteNodeConfiguration - the remote node configuration
      serviceName - the service name
      socketAddress - the socket address
  • Method Details