org.red5.server.jetty
Class JettyApplicationContext
java.lang.Object
org.red5.server.jetty.JettyApplicationContext
- All Implemented Interfaces:
- IApplicationContext
public class JettyApplicationContext
- extends Object
- implements IApplicationContext
Class that wraps a Jetty webapp context.
- Author:
- The Red5 Project (red5@osflash.org), Joachim Bauch (jojo@struktur.de)
Field Summary |
protected static Logger |
log
Logger |
Method Summary |
void |
stop()
Stop the web application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static Logger log
- Logger
JettyApplicationContext
protected JettyApplicationContext(WebAppContext context)
- Wrap the passed Jetty webapp context.
- Parameters:
context
-
stop
public void stop()
- Stop the web application.
- Specified by:
stop
in interface IApplicationContext
Copyright © 2006-2009 The Red5 Project