public interface ServerFactory extends Discoverable
Server
instances for Dropwizard applications.DefaultServerFactory
Modifier and Type | Method and Description |
---|---|
org.eclipse.jetty.server.Server |
build(Environment environment)
Build a server for the given Dropwizard application.
|
org.eclipse.jetty.server.Server build(Environment environment)
environment
- the application's environmentServer
running the Dropwizard applicationCopyright © 2014. All rights reserved.