|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Notify | |
|---|---|
| org.red5.server.net.rtmp | |
| org.red5.server.net.rtmp.codec | |
| org.red5.server.net.rtmp.event | |
| org.red5.server.stream | |
| Uses of Notify in org.red5.server.net.rtmp |
|---|
| Methods in org.red5.server.net.rtmp with parameters of type Notify | |
|---|---|
protected void |
BaseRTMPHandler.handlePendingCallResult(RTMPConnection conn,
Notify invoke)
Handler for pending call result. |
protected void |
BaseRTMPClientHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
protected abstract void |
BaseRTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
protected void |
RTMPHandler.onInvoke(RTMPConnection conn,
Channel channel,
Header source,
Notify invoke,
RTMP rtmp)
Invocation event handler. |
void |
INetStreamEventHandler.onStreamEvent(Notify notify)
|
| Uses of Notify in org.red5.server.net.rtmp.codec |
|---|
| Methods in org.red5.server.net.rtmp.codec that return Notify | |
|---|---|
Notify |
RTMPProtocolDecoder.decodeNotify(IoBuffer in,
Header header,
RTMP rtmp)
|
Notify |
IEventDecoder.decodeNotify(IoBuffer in,
RTMP rtmp)
Decodes notification event. |
Notify |
RTMPProtocolDecoder.decodeNotify(IoBuffer in,
RTMP rtmp)
Decodes notification event. |
protected Notify |
RTMPProtocolDecoder.decodeNotifyOrInvoke(Notify notify,
IoBuffer in,
Header header,
RTMP rtmp)
Decodes notification event. |
Notify |
RTMPProtocolDecoder.decodeStreamMetadata(IoBuffer in)
|
| Methods in org.red5.server.net.rtmp.codec with parameters of type Notify | |
|---|---|
protected Notify |
RTMPProtocolDecoder.decodeNotifyOrInvoke(Notify notify,
IoBuffer in,
Header header,
RTMP rtmp)
Decodes notification event. |
IoBuffer |
IEventEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer. |
IoBuffer |
RTMPProtocolEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer. |
protected void |
RTMPProtocolEncoder.encodeNotifyOrInvoke(IoBuffer out,
Notify invoke,
RTMP rtmp)
Encode notification event and fill given byte buffer. |
protected IoBuffer |
RTMPProtocolEncoder.encodeNotifyOrInvoke(Notify invoke,
RTMP rtmp)
Encode notification event. |
IoBuffer |
RTMPProtocolEncoder.encodeStreamMetadata(Notify metaData)
|
| Uses of Notify in org.red5.server.net.rtmp.event |
|---|
| Subclasses of Notify in org.red5.server.net.rtmp.event | |
|---|---|
class |
FlexMessage
Flex method invocation. |
class |
FlexStreamSend
AMF3 stream send message. |
class |
Invoke
Remote invocation event |
| Methods in org.red5.server.net.rtmp.event that return Notify | |
|---|---|
Notify |
Notify.duplicate()
Duplicate this Notify message to future injection Serialize to memory and deserialize, safe way. |
| Uses of Notify in org.red5.server.stream |
|---|
| Fields in org.red5.server.stream declared as Notify | |
|---|---|
protected Notify |
ClientBroadcastStream.metaData
Stores the streams metadata |
| Methods in org.red5.server.stream with parameters of type Notify | |
|---|---|
void |
StreamingProxy.onStreamEvent(Notify notify)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||