Class SCRequester

java.lang.Object
org.serviceconnector.net.req.SCRequester
All Implemented Interfaces:
IRequester

public class SCRequester extends Object implements IRequester
The Class Requester. Implements a general behavior of a requester in the context of the Client or the Server. Defines how to connect/disconnect, send/receive has to process. Handling of large request/response is defined on this level.
Author:
JTraber
  • Constructor Details

    • SCRequester

      public SCRequester(RemoteNodeConfiguration remoteNodeConfiguration, int keepAliveTimeoutMillis)
      Instantiates a new requester.
      Parameters:
      remoteNodeConfiguration - the remote node configuration
  • Method Details