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

Packages that use IContext
org.red5.server   
org.red5.server.adapter   
org.red5.server.api   
org.red5.server.net.servlet   
 

Uses of IContext in org.red5.server
 

Classes in org.red5.server that implement IContext
 class Context
          
 

Methods in org.red5.server that return IContext
 IContext ScopeMBean.getContext()
          Return scope context.
 IContext Scope.getContext()
          Return scope context.
 

Methods in org.red5.server with parameters of type IContext
 void Scope.setContext(IContext context)
          Setter for context
 

Uses of IContext in org.red5.server.adapter
 

Methods in org.red5.server.adapter that return IContext
 IContext StatefulScopeWrappingAdapter.getContext()
          Getter for context
 

Uses of IContext in org.red5.server.api
 

Methods in org.red5.server.api that return IContext
 IContext ScopeMBean.getContext()
          Returns scope context
 IContext Red5MBean.getContext()
           
 IContext IScope.getContext()
          Returns scope context
 IContext Red5.getContext()
          Get the spring application context
 

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

Fields in org.red5.server.net.servlet declared as IContext
protected  IContext StatisticsServlet.webContext
           
 

Methods in org.red5.server.net.servlet with parameters of type IContext
protected  boolean AMFGatewayServlet.handleRemotingPacket(javax.servlet.http.HttpServletRequest req, IContext context, IScope scope, RemotingPacket message)
          Handles AMF request by making calls
 



Copyright © 2006-2007 the Red5 project.