| Package | Description |
|---|---|
| spark.embeddedserver | |
| spark.embeddedserver.jetty | |
| spark.http.matching | |
| spark.staticfiles |
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedServer |
EmbeddedServers.create(Object identifier,
Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
boolean multipleHandlers)
Creates an embedded server of type corresponding to the provided identifier.
|
EmbeddedServer |
EmbeddedServerFactory.create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
boolean hasMultipleHandler)
Creates an embedded server instance.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedServer |
EmbeddedJettyFactory.create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
boolean hasMultipleHandler) |
| Constructor and Description |
|---|
MatcherFilter(Routes routeMatcher,
StaticFilesConfiguration staticFiles,
boolean externalContainer,
boolean hasOtherHandlers)
Constructor
|
| Modifier and Type | Field and Description |
|---|---|
static StaticFilesConfiguration |
StaticFilesConfiguration.servletInstance |
| Modifier and Type | Method and Description |
|---|---|
static StaticFilesConfiguration |
StaticFilesConfiguration.create() |
Copyright © 2016. All rights reserved.