| Package | Description |
|---|---|
| spark | |
| spark.embeddedserver | |
| spark.embeddedserver.jetty | |
| spark.http.matching | |
| spark.route |
| Modifier and Type | Field and Description |
|---|---|
protected Routes |
Service.routes |
| 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 | Class and Description |
|---|---|
class |
SimpleRouteMatcher
Deprecated.
see
Routes |
| Modifier and Type | Method and Description |
|---|---|
static Routes |
Routes.create() |
static Routes |
ServletRoutes.get() |
Copyright © 2016. All rights reserved.