Package | Description |
---|---|
org.red5.server.api.stream | |
org.red5.server.net.rtmp | |
org.red5.server.net.rtmp.codec | |
org.red5.server.net.rtmp.event | |
org.red5.server.net.rtmpt.codec | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
Notify |
IBroadcastStream.getMetaData()
Returns the metadata for the associated stream, if it exists.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseRTMPHandler.handlePendingCallResult(RTMPConnection conn,
Notify invoke)
Handler for pending call result.
|
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) |
Modifier and Type | Method and Description |
---|---|
Notify |
RTMPProtocolDecoder.decodeNotify(org.apache.mina.core.buffer.IoBuffer in,
Header header,
RTMP rtmp) |
Notify |
IEventDecoder.decodeNotify(org.apache.mina.core.buffer.IoBuffer in,
RTMP rtmp)
Decodes notification event.
|
Notify |
RTMPProtocolDecoder.decodeNotify(org.apache.mina.core.buffer.IoBuffer in,
RTMP rtmp)
Decodes notification event.
|
protected Notify |
RTMPProtocolDecoder.decodeNotifyOrInvoke(Notify notify,
org.apache.mina.core.buffer.IoBuffer in,
Header header,
RTMP rtmp)
Decodes notification event.
|
Notify |
RTMPProtocolDecoder.decodeStreamMetadata(org.apache.mina.core.buffer.IoBuffer in,
RTMP rtmp)
Decodes stream meta data, to include onMetaData, onCuePoint, and onFI.
|
Modifier and Type | Method and Description |
---|---|
protected Notify |
RTMPProtocolDecoder.decodeNotifyOrInvoke(Notify notify,
org.apache.mina.core.buffer.IoBuffer in,
Header header,
RTMP rtmp)
Decodes notification event.
|
org.apache.mina.core.buffer.IoBuffer |
IEventEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer.
|
org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeNotify(Notify notify,
RTMP rtmp)
Encodes Notify event to byte buffer.
|
protected void |
RTMPProtocolEncoder.encodeNotifyOrInvoke(org.apache.mina.core.buffer.IoBuffer out,
Notify invoke,
RTMP rtmp)
Encode notification event and fill given byte buffer.
|
protected org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeNotifyOrInvoke(Notify invoke,
RTMP rtmp)
Encode notification event.
|
org.apache.mina.core.buffer.IoBuffer |
RTMPProtocolEncoder.encodeStreamMetadata(Notify metaData) |
Modifier and Type | Class and Description |
---|---|
class |
FlexMessage
Flex method invocation.
|
class |
FlexStreamSend
AMF3 stream send message.
|
class |
Invoke
Remote invocation event
|
Modifier and Type | Method and Description |
---|---|
Notify |
Notify.duplicate()
Duplicate this Notify message to future injection
Serialize to memory and deserialize, safe way.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RTMPTProtocolEncoder.encodeNotifyOrInvoke(org.apache.mina.core.buffer.IoBuffer out,
Notify invoke,
RTMP rtmp) |
Modifier and Type | Field and Description |
---|---|
protected Notify |
AbstractStream.metaData
Stores the streams metadata
|
Modifier and Type | Method and Description |
---|---|
Notify |
AbstractStream.getMetaData()
Returns the metadata for the associated stream, if it exists.
|
Copyright © 2006-2012 The Red5 Project