public abstract class AbstractWebDaemon extends AbstractDaemon
| Modifier and Type | Field and Description |
|---|---|
static String |
PATHSPEC_CATCH_ALL
Filter path specification that matches all requests.
|
static String |
ROOT_CONTEXT_PATH
Catch-all servlet context path.
|
protected org.eclipse.jetty.server.Server |
server
Jetty HTTP server.
|
logger| Constructor and Description |
|---|
AbstractWebDaemon() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.eclipse.jetty.server.Server |
createServer()
Creates server instance for current application.
|
void |
start() |
void |
stop() |
protected abstract void |
stopServer()
Stops HTTP server assigned with current application.
|
destroy, init, signalpublic static final String ROOT_CONTEXT_PATH
public static final String PATHSPEC_CATCH_ALL
protected org.eclipse.jetty.server.Server server
protected abstract org.eclipse.jetty.server.Server createServer()
protected abstract void stopServer()
public void start()
public void stop()
Copyright © 2016–2018 RafaĆ Wrzeszcz - Wrzasq.pl. All rights reserved.