public interface ConnectorFactory
extends io.dropwizard.jackson.Discoverable
Connectors.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.server.Connector |
build(org.eclipse.jetty.server.Server server,
com.codahale.metrics.MetricRegistry metrics,
String name,
org.eclipse.jetty.util.thread.ThreadPool threadPool)
Create a new connector.
|
org.eclipse.jetty.server.Connector build(org.eclipse.jetty.server.Server server,
com.codahale.metrics.MetricRegistry metrics,
String name,
org.eclipse.jetty.util.thread.ThreadPool threadPool)
server - the application's Server instancemetrics - the application's metricsname - the application's namethreadPool - the application's thread poolConnectorCopyright © 2017. All rights reserved.