public class InstrumentedConnectionFactory
extends org.eclipse.jetty.util.component.ContainerLifeCycle
implements org.eclipse.jetty.server.ConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.server.ConnectionFactory.Upgrading| Constructor and Description |
|---|
InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
io.dropwizard.metrics5.Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol() |
List<String> |
getProtocols() |
org.eclipse.jetty.io.Connection |
newConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint) |
addBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
io.dropwizard.metrics5.Timer timer)
public String getProtocol()
getProtocol in interface org.eclipse.jetty.server.ConnectionFactorypublic List<String> getProtocols()
getProtocols in interface org.eclipse.jetty.server.ConnectionFactorypublic org.eclipse.jetty.io.Connection newConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint)
newConnection in interface org.eclipse.jetty.server.ConnectionFactoryCopyright © 2018. All Rights Reserved.