| Package | Description |
|---|---|
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.codec | |
| org.red5.server.net.rtmp.event | |
| org.red5.server.net.rtmpt.codec |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
BaseRTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command)
Command event handler, which current consists of an Invoke or Notify type object.
|
protected void |
RTMPHandler.onCommand(RTMPConnection conn,
Channel channel,
Header source,
ICommand command)
Command event handler, which current consists of an Invoke or Notify type object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTMPProtocolEncoder.encodeCommand(org.apache.mina.core.buffer.IoBuffer out,
ICommand command)
Encode command event and fill given byte buffer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FlexMessage
Flex method invocation.
|
class |
FlexStreamSend
AMF3 stream send message.
|
class |
Invoke
Remote invocation event
|
class |
Notify
Stream notification event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RTMPTProtocolEncoder.encodeCommand(org.apache.mina.core.buffer.IoBuffer out,
ICommand command) |
Copyright © 2005–2017 Red5. All rights reserved.