public class AwsIotClientOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AwsIotClientOptions.Builder
Configure and Create an instance of
AwsIotClientOptions . |
Modifier and Type | Method and Description |
---|---|
static String |
generateClientId()
generate a random client id id should be
< 65535 |
String |
getClientId()
Gets the clientId.
|
int |
getKeepAlive()
Gets the keepAlive.
|
char[] |
getPassword()
Gets the password.
|
String |
getServerHost()
Gets the serverHost.
|
int |
getServerPort()
Gets the serverPort.
|
String |
getServerURL()
Builds the server address.
|
SocketFactory |
getSocketFactory()
Gets the sslContext.
|
String |
getThingName()
Gets the thingName.
|
int |
getTimeout()
Gets the timeout.
|
String |
getUsername()
Gets the username.
|
public static String generateClientId()
<
65535public String getClientId()
public int getKeepAlive()
public char[] getPassword()
public String getServerHost()
public int getServerPort()
public String getServerURL()
public SocketFactory getSocketFactory()
public String getThingName()
public int getTimeout()
public String getUsername()