|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IApplicationLoader | |
|---|---|
| org.red5.server | |
| org.red5.server.jetty | |
| org.red5.server.tomcat | |
| Uses of IApplicationLoader in org.red5.server |
|---|
| Fields in org.red5.server declared as IApplicationLoader | |
|---|---|
protected IApplicationLoader |
WebScope.appLoader
Loader for new applications. |
| Fields in org.red5.server with type parameters of type IApplicationLoader | |
|---|---|
protected static ThreadLocal<IApplicationLoader> |
LoaderBase.loader
Loader for new applications. |
| Methods in org.red5.server that return IApplicationLoader | |
|---|---|
static IApplicationLoader |
LoaderBase.getApplicationLoader()
Getter for the application loader. |
IApplicationLoader |
WebScope.getApplicationLoader()
Return object that can be used to load new applications. |
| Methods in org.red5.server with parameters of type IApplicationLoader | |
|---|---|
static void |
LoaderBase.setApplicationLoader(IApplicationLoader loader)
Setter for the application loader. |
| Uses of IApplicationLoader in org.red5.server.jetty |
|---|
| Classes in org.red5.server.jetty that implement IApplicationLoader | |
|---|---|
class |
JettyApplicationLoader
Class that can load new applications in Jetty. |
| Uses of IApplicationLoader in org.red5.server.tomcat |
|---|
| Classes in org.red5.server.tomcat that implement IApplicationLoader | |
|---|---|
class |
TomcatApplicationLoader
Class that can load new applications in Tomcat. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||