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