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.jmx.mxbeans   
org.red5.server.net.servlet   
 

Uses of IContext in org.red5.server
 

Classes in org.red5.server that implement IContext
 class Context
           This is basic context implementation used by Red5.
 

Methods in org.red5.server that return IContext
 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 IScope.getContext()
          Returns scope context
 IContext Red5.getContext()
          Get the spring application context
 

Uses of IContext in org.red5.server.jmx.mxbeans
 

Methods in org.red5.server.jmx.mxbeans that return IContext
 IContext ScopeMXBean.getContext()
          Return scope 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 that return IContext
 IContext StatisticsServlet.getContext()
           
 

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-2010 The Red5 Project