public class JettyFixtureBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.jetty.server.Handler |
handler |
protected ch.qos.logback.access.jetty.RequestLogImpl |
requestLogImpl |
protected String |
url |
| Constructor and Description |
|---|
JettyFixtureBase(ch.qos.logback.access.jetty.RequestLogImpl impl,
int port) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureRequestLogImpl() |
String |
getName() |
protected org.eclipse.jetty.server.Handler |
getRequestHandler() |
String |
getUrl() |
void |
start() |
void |
stop() |
protected final ch.qos.logback.access.jetty.RequestLogImpl requestLogImpl
protected org.eclipse.jetty.server.Handler handler
protected String url
public JettyFixtureBase(ch.qos.logback.access.jetty.RequestLogImpl impl,
int port)
Copyright © 2005–2021 QOS.ch. All rights reserved.