Uses of Class
org.red5.server.net.rtmp.event.Notify

Packages that use Notify
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   
 

Uses of Notify in org.red5.server.api.stream
 

Methods in org.red5.server.api.stream that return Notify
 Notify IBroadcastStream.getMetaData()
          Returns the metadata for the associated stream, if it exists.
 

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 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.
 

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, RTMP rtmp)
          Decodes stream meta data, to include onMetaData, onCuePoint, and onFI.
 

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.net.rtmpt.codec
 

Methods in org.red5.server.net.rtmpt.codec with parameters of type Notify
protected  void RTMPTProtocolEncoder.encodeNotifyOrInvoke(IoBuffer out, Notify invoke, RTMP rtmp)
           
 

Uses of Notify in org.red5.server.stream
 

Fields in org.red5.server.stream declared as Notify
protected  Notify AbstractStream.metaData
          Stores the streams metadata
 

Methods in org.red5.server.stream that return Notify
 Notify AbstractStream.getMetaData()
          Returns the metadata for the associated stream, if it exists.
 



Copyright © 2006-2012 The Red5 Project