Uses of Class
org.red5.server.net.rtmp.status.Status

Packages that use Status
org.red5.server.net.rtmp   
org.red5.server.net.rtmp.status   
org.red5.server.stream.message   
 

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

Methods in org.red5.server.net.rtmp with parameters of type Status
 void Channel.sendStatus(Status status)
          Sends status notification.
 

Uses of Status in org.red5.server.net.rtmp.status
 

Methods in org.red5.server.net.rtmp.status that return Status
 Status StatusObject.asStatus()
          Generate Status object that can be returned through a RTMP channel.
 

Uses of Status in org.red5.server.stream.message
 

Methods in org.red5.server.stream.message that return Status
 Status StatusMessage.getBody()
          Getter for property 'body'.
 

Methods in org.red5.server.stream.message with parameters of type Status
 void StatusMessage.setBody(Status body)
          Setter for property 'body'.
 



Copyright © 2006-2012 The Red5 Project