public class Settings extends Object
AuthleteApi implementation.| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectionTimeout()
Get the timeout value in milliseconds for socket connection.
|
Settings |
setConnectionTimeout(int timeout)
Set the timeout value in milliseconds for socket connection.
|
public int getConnectionTimeout()
public Settings setConnectionTimeout(int timeout)
timeout - The connection timeout value in milliseconds.this object.IllegalArgumentException - The given timeout value is negative.Copyright © 2017. All rights reserved.