public abstract class StandardMessage extends Object implements Message
| Modifier and Type | Class and Description |
|---|---|
static class |
StandardMessage.CloseConnection
Closes a virtual connection with an application.
|
static class |
StandardMessage.Connect
Establishes a virtual connection with either a cast device or an
application.
|
static class |
StandardMessage.Origin
Some "Origin" required to be sent with the "Connect" request.
|
static class |
StandardMessage.Ping
Simple "Ping" message to request a reply with "Pong" message.
|
static class |
StandardMessage.Pong
Simple "Pong" message to reply to "Ping" message.
|
| Constructor and Description |
|---|
StandardMessage() |
Copyright © 2022. All rights reserved.