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

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

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 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 BaseRTMPHandler.onClientBandwidth(RTMPConnection conn, Channel channel, ClientBW message)
          Client bandwidth / Peer bandwidth set 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 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 BaseRTMPHandler.onServerBandwidth(RTMPConnection conn, Channel channel, ServerBW message)
          Server bandwidth / Window ACK size 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.
 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-2012 The Red5 Project