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.Detecting, org.eclipse.jetty.server.ConnectionFactory.Upgrading| Constructor and Description |
|---|
InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer) |
InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer,
com.codahale.metrics.Counter counter) |
| 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, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpObjects, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isAuto, isManaged, isUnmanaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer)
public InstrumentedConnectionFactory(org.eclipse.jetty.server.ConnectionFactory connectionFactory,
com.codahale.metrics.Timer timer,
com.codahale.metrics.Counter counter)
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 © 2020. All rights reserved.