public interface EmbeddedServerFactory
| Modifier and Type | Method and Description |
|---|---|
default EmbeddedServer |
create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
boolean hasMultipleHandler)
Deprecated.
|
EmbeddedServer |
create(Routes routeMatcher,
StaticFilesConfiguration staticFilesConfiguration,
ExceptionMapper exceptionMapper,
boolean hasMultipleHandler)
Creates an embedded server instance.
|
@Deprecated default EmbeddedServer create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, boolean hasMultipleHandler)
EmbeddedServer create(Routes routeMatcher, StaticFilesConfiguration staticFilesConfiguration, ExceptionMapper exceptionMapper, boolean hasMultipleHandler)
routeMatcher - The route matcherstaticFilesConfiguration - The static files configuration objecthasMultipleHandler - true if other handlers existCopyright © 2020. All rights reserved.