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.api.scope   
org.red5.server.net.servlet   
org.red5.server.scope   
 

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.
 

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 Red5.getContext()
          Get the spring application context
 

Uses of IContext in org.red5.server.api.scope
 

Methods in org.red5.server.api.scope that return IContext
 IContext IScope.getContext()
          Returns 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
 

Uses of IContext in org.red5.server.scope
 

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

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



Copyright © 2006-2012 The Red5 Project