public class InstrumentedConnectionFactory
extends org.eclipse.jetty.util.component.ContainerLifeCycle
implements org.eclipse.jetty.server.ConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| Constructor and Description |
|---|
InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol() |
org.eclipse.jetty.io.Connection |
newConnection(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint) |
addBean, addBean, addBean, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeanspublic InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer)
public String getProtocol()
getProtocol 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 © 2014. All Rights Reserved.