Uses of Class
org.red5.server.net.rtmp.Channel

Packages that use Channel
org.red5.server.net.mrtmp   
org.red5.server.net.rtmp   
org.red5.server.stream   
 

Uses of Channel in org.red5.server.net.mrtmp
 

Methods in org.red5.server.net.mrtmp with parameters of type Channel
protected  void EdgeRTMPHandler.handleConnect(RTMPConnection conn, Channel channel, Header header, Invoke invoke, RTMP rtmp)
           
protected  void EdgeRTMPHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping)
          Pass through all Ping events to origin except ping/pong
 

Uses of Channel in org.red5.server.net.rtmp
 

Methods in org.red5.server.net.rtmp that return Channel
 Channel RTMPConnection.getChannel(int channelId)
          Return channel by id.
 

Methods in org.red5.server.net.rtmp with parameters of type Channel
protected  void BaseRTMPClientHandler.onChunkSize(RTMPConnection conn, Channel channel, Header source, ChunkSize chunkSize)
          Chunk size change event handler.
protected abstract  void BaseRTMPHandler.onChunkSize(RTMPConnection conn, Channel channel, Header source, ChunkSize chunkSize)
          Chunk size change event handler.
protected  void RTMPHandler.onChunkSize(RTMPConnection conn, Channel channel, Header source, ChunkSize chunkSize)
          Chunk size change event handler.
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.
protected  void BaseRTMPClientHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping)
          Ping event handler.
protected abstract  void BaseRTMPHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping)
          Ping event handler.
protected  void RTMPHandler.onPing(RTMPConnection conn, Channel channel, Header source, Ping ping)
          Ping event handler.
protected  void BaseRTMPClientHandler.onSharedObject(RTMPConnection conn, Channel channel, Header source, SharedObjectMessage object)
          Shared object event handler.
protected abstract  void BaseRTMPHandler.onSharedObject(RTMPConnection conn, Channel channel, Header source, SharedObjectMessage object)
          Shared object event handler.
protected  void RTMPHandler.onSharedObject(RTMPConnection conn, Channel channel, Header source, SharedObjectMessage object)
          Shared object event handler.
protected  void BaseRTMPHandler.onStreamBytesRead(RTMPConnection conn, Channel channel, Header source, BytesRead streamBytesRead)
          Stream bytes read event handler.
protected  void DeferredResult.setChannel(Channel channel)
          Setter for channel.
 

Uses of Channel in org.red5.server.stream
 

Methods in org.red5.server.stream that return Channel
 Channel OutputStream.getAudio()
          Getter for audio channel
 Channel OutputStream.getData()
          Getter for data channel
 Channel OutputStream.getVideo()
          Getter for video channel
 

Constructors in org.red5.server.stream with parameters of type Channel
OutputStream(Channel video, Channel audio, Channel data)
          Creates output stream from channels
 



Copyright © 2006-2010 The Red5 Project