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

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(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)
           
 

Methods in org.red5.server.net.rtmp.codec with parameters of type Notify
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)
           
 

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
 

Uses of Notify in org.red5.server.stream
 

Methods in org.red5.server.stream with parameters of type Notify
 void StreamingProxy.onStreamEvent(Notify notify)
           
 



Copyright © 2006-2009 The Red5 Project