|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.LoaderBase
org.red5.server.jetty.JettyLoader
public class JettyLoader
Class that loads Red5 applications using Jetty.
Field Summary | |
---|---|
protected String |
defaultWebConfig
Default web config filename |
protected Server |
jetty
IServer implementation |
protected String |
jettyConfig
Jetty config path |
protected static Logger |
log
Logger |
Fields inherited from class org.red5.server.LoaderBase |
---|
applicationContext, loader, red5AppCtx, webappFolder |
Constructor Summary | |
---|---|
JettyLoader()
|
Method Summary | |
---|---|
void |
init()
|
void |
registerJMX()
|
void |
removeContext(String path)
Remove context from the current host. |
void |
shutdown()
Shut server down |
boolean |
startWebApplication(String applicationName)
|
Methods inherited from class org.red5.server.LoaderBase |
---|
getApplicationContext, getApplicationLoader, getRed5ApplicationContext, getRed5ApplicationContexts, removeRed5ApplicationContext, setApplicationContext, setApplicationLoader, setRed5ApplicationContext, setWebappFolder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static Logger log
protected String defaultWebConfig
protected Server jetty
protected String jettyConfig
Constructor Detail |
---|
public JettyLoader()
Method Detail |
---|
public void removeContext(String path)
removeContext
in interface LoaderMBean
removeContext
in class LoaderBase
path
- Pathpublic void init()
init
in interface LoaderMBean
public boolean startWebApplication(String applicationName)
startWebApplication
in interface LoaderMBean
public void registerJMX()
public void shutdown()
shutdown
in interface LoaderMBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |