Class ClientHelper

Direct Known Subclasses:
FtpClientHelper, HttpClientHelper, LocalClientHelper, RiapClientHelper

public class ClientHelper extends ConnectorHelper<Client>
Client connector helper. Base client helper based on NIO non-blocking sockets. Here is the list of parameters that are supported. They should be set in the Client's context before it is started:
list of supported parameters
Parameter name Value type Default value Description
Author:
Jerome Louvel
  • Constructor Details

    • ClientHelper

      public ClientHelper(Client client)
      Constructor.
      Parameters:
      client - The client to help.