Class FiverrConnection

java.lang.Object
org.wiktormalyska.fiverraccount.connection.FiverrConnection

public class FiverrConnection extends Object
This class represents a connection to Fiverr.
  • Constructor Details

    • FiverrConnection

      public FiverrConnection(String username)
      Instantiates a new Fiverr connection.
      Parameters:
      username - The username of the account.
  • Method Details

    • connect

      protected void connect(int number, Boolean useProxy)
      Connects to Fiverr.
      Parameters:
      number - The number of the proxy in list.
      useProxy - If the connection should use a proxy.