Uses of Class
org.red5.server.Server

Packages that use Server
org.red5.server.api.plugin   
org.red5.server.plugin   
 

Uses of Server in org.red5.server.api.plugin
 

Methods in org.red5.server.api.plugin with parameters of type Server
 void IRed5Plugin.setServer(Server server)
          Sets a reference to the server.
 

Uses of Server in org.red5.server.plugin
 

Fields in org.red5.server.plugin declared as Server
protected  Server Red5Plugin.server
           
 

Methods in org.red5.server.plugin that return Server
 Server Red5Plugin.getServer()
          Return the server reference.
 

Methods in org.red5.server.plugin with parameters of type Server
 void Red5Plugin.setServer(Server server)
          Sets a reference to the server.
 



Copyright © 2006-2010 The Red5 Project