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