| Modifier and Type | Class and Description |
|---|---|
class |
StandardRequest
Parent class for transport objects representing messages sent to cast
devices.
|
static class |
StandardRequest.GetAppAvailability
A request for availability of applications with specific identifiers.
|
static class |
StandardRequest.GetStatus
A request for the current status of a cast device.
|
static class |
StandardRequest.Launch
A request to launch an application with a specific application ID.
|
static class |
StandardRequest.Load
A request to load media.
|
static class |
StandardRequest.MediaRequest
An abstract request for an action with a media referenced by a specific
media session ID.
|
static class |
StandardRequest.Pause
A request to pause playback of a media referenced by a specific media
session ID.
|
static class |
StandardRequest.Play
A request to start/resume playback of a media referenced by a specific
media session ID.
|
static class |
StandardRequest.Seek
A request to change current playback position of a media referenced by a
specific media session ID.
|
static class |
StandardRequest.SetVolume
A request to set the volume level or the mute state of the receiver.
|
static class |
StandardRequest.Stop
A Request to stop an application associated with a specific session ID.
|
static class |
StandardRequest.StopMedia
A request to stop and unload a media referenced by a specific media
session ID.
|
static class |
StandardRequest.VolumeRequest
A request to set the stream volume of a media referenced by a specific
media session ID.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Response> |
Channel.send(Session session,
String namespace,
Request message,
String sourceId,
String destinationId,
Class<T> responseClass,
long responseTimeout)
Sends the specified
Request to the specified destination using
the specified parameters. |
<T extends Response> |
Channel.sendGenericRequest(Session session,
String namespace,
Request request,
Class<T> responseClass)
|
<T extends Response> |
Channel.sendGenericRequest(Session session,
String namespace,
Request request,
Class<T> responseClass,
long responseTimeout)
|
<T extends Response> |
Session.sendGenericRequest(String namespace,
Request request,
Class<T> responseClass)
|
<T extends Response> |
Channel.sendGenericRequest(String sourceId,
String destinationId,
String namespace,
Request request,
Class<T> responseClass)
|
<T extends Response> |
CastDevice.sendGenericRequest(String sourceId,
String destinationId,
String namespace,
Request request,
Class<T> responseClass)
Sends the specified
Request with the specified namespace using
the specified source and destination IDs and
Channel.DEFAULT_RESPONSE_TIMEOUT as the timeout value. |
<T extends Response> |
Channel.sendGenericRequest(String sourceId,
String destinationId,
String namespace,
Request request,
Class<T> responseClass,
long responseTimeout)
Sends the specified
Request with the specified namespace using
the specified source and destination IDs. |
<T extends Response> |
CastDevice.sendGenericRequest(String sourceId,
String destinationId,
String namespace,
Request request,
Class<T> responseClass,
long responseTimeout)
Sends the specified
Request with the specified namespace using
the specified source and destination IDs. |
Copyright © 2022. All rights reserved.