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 SettingsAuthleteApi. getSettings()Get the reference to the settings of thisAuthleteApiimplementation.SettingsAuthleteApiBasicImpl. getSettings()SettingsSettings. setConnectionTimeout(int timeout)Set the timeout value in milliseconds for socket connection.SettingsSettings. setReadTimeout(int timeout)Set the read timeout in milliseconds.
-