Uses of Interface
org.red5.server.api.IServer

Packages that use IServer
org.red5.server   
org.red5.server.api   
org.red5.server.net.rtmp   
org.red5.server.net.servlet   
org.red5.server.tomcat.rtmps   
org.red5.server.tomcat.rtmpt   
 

Uses of IServer in org.red5.server
 

Classes in org.red5.server that implement IServer
 class Server
          Red5 server core class implementation.
 

Fields in org.red5.server declared as IServer
protected  IServer GlobalScope.server
           
protected  IServer WebScope.server
          Server instance
 

Methods in org.red5.server that return IServer
 IServer GlobalScope.getServer()
          Return the server instance connected to this scope.
 IServer Scope.getServer()
          Return the server instance connected to this scope.
 IServer WebScope.getServer()
          Return the server instance connected to this scope.
 

Methods in org.red5.server with parameters of type IServer
 void GlobalScope.setServer(IServer server)
          Setter for server
 void WebScope.setServer(IServer server)
          Setter for server
 

Uses of IServer in org.red5.server.api
 

Methods in org.red5.server.api that return IServer
 IServer IGlobalScope.getServer()
          Return the server this global scope runs in.
 

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

Fields in org.red5.server.net.rtmp declared as IServer
protected  IServer RTMPHandler.server
          Red5 server instance.
 

Methods in org.red5.server.net.rtmp with parameters of type IServer
 void RTMPHandler.setServer(IServer server)
          Setter for server object.
 

Uses of IServer in org.red5.server.net.servlet
 

Fields in org.red5.server.net.servlet declared as IServer
protected  IServer AMFGatewayServlet.server
          Red5 server instance
 

Uses of IServer in org.red5.server.tomcat.rtmps
 

Methods in org.red5.server.tomcat.rtmps with parameters of type IServer
 void RTMPSLoader.setServer(IServer server)
          Setter for server
 

Uses of IServer in org.red5.server.tomcat.rtmpt
 

Fields in org.red5.server.tomcat.rtmpt declared as IServer
protected  IServer RTMPTLoader.server
          Server instance
 

Methods in org.red5.server.tomcat.rtmpt with parameters of type IServer
 void RTMPTLoader.setServer(IServer server)
          Setter for server
 



Copyright © 2006-2010 The Red5 Project