ch.qos.logback.access.jetty
Class JettyFixtureBase
java.lang.Object
ch.qos.logback.access.jetty.JettyFixtureBase
- Direct Known Subclasses:
- JettyFixture, JettyFixture
public abstract class JettyFixtureBase
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requestLogImpl
protected RequestLogImpl requestLogImpl
JettyFixtureBase
public JettyFixtureBase(RequestLogImpl impl,
int port)
getName
public String getName()
getUrl
public String getUrl()
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
buildContext
protected abstract void buildContext()
getHandler
protected abstract org.mortbay.jetty.Handler getHandler()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.