| Package | Description |
|---|---|
| spark | |
| spark.embeddedserver | |
| spark.embeddedserver.jetty | |
| spark.http.matching |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionMapper |
ExceptionMapper.getInstance()
Deprecated.
|
static ExceptionMapper |
ExceptionMapper.getServletInstance()
Returns exception mapper instance used in servlet mode
|
| Modifier and Type | Method and Description |
|---|---|
static EmbeddedServer |
EmbeddedServers.create(Object identifier,
Routes routeMatcher,
ExceptionMapper exceptionMapper,
StaticFilesConfiguration staticFilesConfiguration,
boolean multipleHandlers)
Creates an embedded server of type corresponding to the provided identifier.
|
EmbeddedServer |
EmbeddedServerFactory.create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
ExceptionMapper exceptionMapper,
boolean hasMultipleHandler)
Creates an embedded server instance.
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedServer |
EmbeddedJettyFactory.create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
ExceptionMapper exceptionMapper,
boolean hasMultipleHandler) |
| Constructor and Description |
|---|
MatcherFilter(Routes routeMatcher,
StaticFilesConfiguration staticFiles,
ExceptionMapper exceptionMapper,
boolean externalContainer,
boolean hasOtherHandlers)
Constructor
|
Copyright © 2019. All rights reserved.