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.red5AppCtxCurrent Red5 application context, set by the different loaders.Methods in org.red5.server that return IApplicationContextModifier and TypeMethodDescriptionstatic IApplicationContextLoaderBase.getRed5ApplicationContext(String path) Getter for a Red5 application context.static IApplicationContextLoaderBase.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 voidLoaderBase.setRed5ApplicationContext(String path, IApplicationContext context) Setter for a Red5 application context.