Package | Description |
---|---|
ej.aws.iot | |
ej.aws.iot.pubsub |
Constructor and Description |
---|
Thing(ConnectOptions connectOptions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ConnectOptions |
ConnectOptions.setServerHost(java.lang.String serverHost)
Sets the serverHost.
|
ConnectOptions |
ConnectOptions.setServerPort(int serverPort)
Sets the serverPort.
|
ConnectOptions |
ConnectOptions.setSslContext(javax.net.ssl.SSLContext sslContext)
Sets the sslContext.
|
ConnectOptions |
ConnectOptions.setThingId(java.lang.String thingId)
Sets the thingId.
|
Modifier and Type | Method and Description |
---|---|
void |
Client.connect(ConnectOptions connectOptions)
Use the connection options to open a connection to the AWS IoT services.
|