RecaptchaDefinitions

public static class RecaptchaDefinitions


Definitions that are used by the RecaptchaClient instance

Summary

Constants

static final long

The default value for timeout when calling method execute.

static final long

The default value for timeout when calling method getClient.

static final long

The minimum accepted timeout when calling method execute.

static final long

The minimum accepted timeout when calling method getClient.

Public fields

static @NonNull RecaptchaDefinitions

Constants

DEFAULT_TIMEOUT_EXECUTE

public static final long DEFAULT_TIMEOUT_EXECUTE

The default value for timeout when calling method execute.

DEFAULT_TIMEOUT_INIT

public static final long DEFAULT_TIMEOUT_INIT

The default value for timeout when calling method getClient.

MIN_TIMEOUT_EXECUTE

public static final long MIN_TIMEOUT_EXECUTE

The minimum accepted timeout when calling method execute.

MIN_TIMEOUT_INIT

public static final long MIN_TIMEOUT_INIT

The minimum accepted timeout when calling method getClient.

Public fields

INSTANCE

public static @NonNull RecaptchaDefinitions INSTANCE