Uses of Class
com.authlete.common.api.Settings
-
Packages that use Settings Package Description com.authlete.common.api The definition of Authlete API (AuthleteApi
) and the factory class (AuthleteApiFactory
). -
-
Uses of Settings in com.authlete.common.api
Methods in com.authlete.common.api that return Settings Modifier and Type Method Description Settings
AuthleteApi. getSettings()
Get the reference to the settings of thisAuthleteApi
implementation.Settings
Settings. setConnectionTimeout(int timeout)
Set the timeout value in milliseconds for socket connection.Settings
Settings. setReadTimeout(int timeout)
Set the read timeout in milliseconds.
-