public class ALPNServerConnectionFactory extends NegotiatingServerConnectionFactory
AbstractLifeCycle.AbstractLifeCycleListener
ConnectionFactory.Upgrading
Container.InheritedListener, Container.Listener
LifeCycle.Listener
Modifier and Type | Field and Description |
---|---|
private static Logger |
LOG |
private java.util.List<ALPNProcessor.Server> |
processors |
Constructor and Description |
---|
ALPNServerConnectionFactory(java.lang.String... protocols) |
ALPNServerConnectionFactory(java.lang.String protocols) |
Modifier and Type | Method and Description |
---|---|
protected AbstractConnection |
newServerConnection(Connector connector,
EndPoint endPoint,
javax.net.ssl.SSLEngine engine,
java.util.List<java.lang.String> protocols,
java.lang.String defaultProtocol) |
getDefaultProtocol, getNegotiatedProtocols, newConnection, setDefaultProtocol, toString
configure, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize
addBean, 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, updateBeans
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dumpObjects, dumpSelf
private static final Logger LOG
private final java.util.List<ALPNProcessor.Server> processors
public ALPNServerConnectionFactory(@Name(value="protocols") java.lang.String protocols)
protected AbstractConnection newServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)
newServerConnection
in class NegotiatingServerConnectionFactory