Class ClientHelper

  • Direct Known Subclasses:
    FtpClientHelper, HttpClientHelper, LocalClientHelper, RiapClientHelper

    public class ClientHelper
    extends ConnectorHelper<org.restlet.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 Detail

      • ClientHelper

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