public class AwsIotClientOptions
extends java.lang.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 java.lang.String |
generateClientId()
generate a random client id id should be
< 65535 |
java.lang.String |
getClientId()
Gets the clientId.
|
int |
getKeepAlive()
Gets the keepAlive.
|
char[] |
getPassword()
Gets the password.
|
java.lang.String |
getServerHost()
Gets the serverHost.
|
int |
getServerPort()
Gets the serverPort.
|
java.lang.String |
getServerURL()
Builds the server address.
|
javax.net.SocketFactory |
getSocketFactory()
Gets the sslContext.
|
java.lang.String |
getThingName()
Gets the thingName.
|
int |
getTimeout()
Gets the timeout.
|
java.lang.String |
getUsername()
Gets the username.
|
public java.lang.String getServerHost()
public int getServerPort()
public java.lang.String getThingName()
public java.lang.String getClientId()
public int getTimeout()
public int getKeepAlive()
public javax.net.SocketFactory getSocketFactory()
public java.lang.String getServerURL()
public static java.lang.String generateClientId()
<
65535public java.lang.String getUsername()
public char[] getPassword()