| Package | Description |
|---|---|
| org.red5.server.api.service | |
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.status | |
| org.red5.server.stream.message |
| Modifier and Type | Method and Description |
|---|---|
void |
IServiceCapableConnection.status(Status status)
Sends a status object to the connection.
|
void |
IServiceCapableConnection.status(Status status,
int channel)
Sends a status object to the connection on a given channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Channel.sendStatus(Status status)
Sends status notification.
|
void |
RTMPConnection.status(Status status)
Sends a status object to the connection.
|
void |
RTMPConnection.status(Status status,
int channel)
Sends a status object to the connection on a given channel.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusObject.asStatus()
Generate Status object that can be returned through a RTMP channel.
|
| Modifier and Type | Method and Description |
|---|---|
Status |
StatusMessage.getBody()
Getter for property 'body'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusMessage.setBody(Status body)
Setter for property 'body'.
|
Copyright © 2005–2017 Red5. All rights reserved.