| Modifier and Type | Field and Description |
|---|---|
protected VirtualConnectionType |
StandardMessage.Connect.connType
|
| Modifier and Type | Method and Description |
|---|---|
static VirtualConnectionType |
VirtualConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualConnectionType[] |
VirtualConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Session |
Channel.startSession(String sourceId,
Application application,
String userAgent,
VirtualConnectionType connectionType)
Establishes a
Session with the specified Application
unless one already exists, in which case the existing Session is
returned. |
Session |
CastDevice.startSession(String sourceId,
Application application,
String userAgent,
VirtualConnectionType connectionType)
Establishes a
Session with the specified Application
unless one already exists, in which case the existing Session is
returned. |
| Constructor and Description |
|---|
Connect(String userAgent,
VirtualConnectionType connectionType)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.