| Package | Description |
|---|---|
| org.red5.server.net.rtmp.codec | |
| org.red5.server.net.rtmp.event |
| Modifier and Type | Method and Description |
|---|---|
Invoke |
IEventDecoder.decodeInvoke(IoBuffer in,
RTMP rtmp)
Decodes invocation event.
|
Invoke |
RTMPProtocolDecoder.decodeInvoke(IoBuffer in,
RTMP rtmp)
Decodes invocation event.
|
| Modifier and Type | Method and Description |
|---|---|
IoBuffer |
IEventEncoder.encodeInvoke(Invoke invoke,
RTMP rtmp)
Encodes Invoke event to byte buffer.
|
IoBuffer |
RTMPProtocolEncoder.encodeInvoke(Invoke invoke,
RTMP rtmp)
Encodes Invoke event to byte buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexMessage
Flex method invocation.
|
Copyright © 2006-2012 The Red5 Project