Package | Description |
---|---|
org.red5.server.net.remoting.codec | |
org.red5.server.net.rtmp | |
org.red5.server.net.rtmp.codec | |
org.red5.server.net.rtmp.status |
Modifier and Type | Method and Description |
---|---|
protected StatusObject |
RemotingProtocolEncoder.generateErrorResult(String code,
Throwable error)
Generate error object to return for given exception.
|
Modifier and Type | Method and Description |
---|---|
StatusObject |
RTMPHandler.getStatus(String code) |
Modifier and Type | Method and Description |
---|---|
protected StatusObject |
RTMPProtocolEncoder.generateErrorResult(String code,
Throwable error)
Generate error object to return for given exception.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeStatusObject
Runtime status object
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,StatusObject> |
StatusObjectService.statusObjects
Status objects map
|
Modifier and Type | Method and Description |
---|---|
StatusObject |
StatusObjectService.getStatusObject(String statusCode)
Return status object by code
|
Modifier and Type | Method and Description |
---|---|
void |
StatusObjectService.serializeStatusObject(IoBuffer out,
StatusObject statusObject)
Serializes status object
|
Copyright © 2006-2012 The Red5 Project