Uses of Interface
org.red5.server.api.IApplicationContext
Packages that use IApplicationContext
-
Uses of IApplicationContext in org.red5.server
Fields in org.red5.server with type parameters of type IApplicationContextModifier and TypeFieldDescriptionstatic final Map<String,
IApplicationContext> LoaderBase.red5AppCtx
Current Red5 application context, set by the different loaders.Methods in org.red5.server that return IApplicationContextModifier and TypeMethodDescriptionstatic IApplicationContext
LoaderBase.getRed5ApplicationContext
(String path) Getter for a Red5 application context.static IApplicationContext
LoaderBase.removeRed5ApplicationContext
(String path) Remover for a Red5 application context.Methods in org.red5.server that return types with arguments of type IApplicationContextModifier and TypeMethodDescriptionstatic Map<String,
IApplicationContext> LoaderBase.getRed5ApplicationContexts()
Returns the map containing all of the registered Red5 application contexts.Methods in org.red5.server with parameters of type IApplicationContextModifier and TypeMethodDescriptionstatic void
LoaderBase.setRed5ApplicationContext
(String path, IApplicationContext context) Setter for a Red5 application context. -
Uses of IApplicationContext in org.red5.server.scope
Fields in org.red5.server.scope declared as IApplicationContextModifier and TypeFieldDescriptionprotected IApplicationContext
WebScope.appContext
The application context this webscope is running in. -
Uses of IApplicationContext in org.red5.server.tomcat
Classes in org.red5.server.tomcat that implement IApplicationContextModifier and TypeClassDescriptionclass
Class that wraps a Tomcat webapp context.