public class RpcConnectionFactory
extends org.eclipse.jetty.util.component.AbstractLifeCycle
implements org.eclipse.jetty.server.ConnectionFactory
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener| Constructor and Description |
|---|
RpcConnectionFactory() |
| 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) |
addLifeCycleListener, doStart, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stop, toStringpublic 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 © 2022. All rights reserved.