public class HTTP2ServerConnectionFactory extends AbstractHTTP2ServerConnectionFactory implements NegotiatingServerConnection.CipherDiscriminator
| Modifier and Type | Class and Description |
|---|---|
protected class |
HTTP2ServerConnectionFactory.HTTPServerSessionListener |
AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainerAbstractLifeCycle.AbstractLifeCycleListenerConnectionFactory.UpgradingContainer.InheritedListener, Container.ListenerLifeCycle.Listener| Constructor and Description |
|---|
HTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration) |
HTTP2ServerConnectionFactory(HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAcceptable(java.lang.String protocol,
java.lang.String tlsProtocol,
java.lang.String tlsCipher) |
protected ServerSessionListener |
newSessionListener(Connector connector,
EndPoint endPoint) |
getFlowControlStrategyFactory, getHttpConfiguration, getInitialSessionRecvWindow, getInitialStreamRecvWindow, getMaxConcurrentStreams, getMaxDynamicTableSize, getMaxFrameLength, getMaxHeaderBlockFragment, getMaxSettingsKeys, getReservedThreads, getStreamIdleTimeout, newConnection, newServerParser, newSettings, setFlowControlStrategyFactory, setInitialSessionRecvWindow, setInitialStreamRecvWindow, setMaxConcurrentStreams, setMaxDynamicTableSize, setMaxFrameLength, setMaxHeaderBlockFragment, setMaxSettingsKeys, setReservedThreads, setStreamIdleTimeoutconfigure, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toStringaddBean, 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, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdumpObjects, dumpSelfpublic HTTP2ServerConnectionFactory(@Name(value="config") HttpConfiguration httpConfiguration)
public HTTP2ServerConnectionFactory(@Name(value="config") HttpConfiguration httpConfiguration, @Name(value="protocols") java.lang.String... protocols)
protected ServerSessionListener newSessionListener(Connector connector, EndPoint endPoint)
newSessionListener in class AbstractHTTP2ServerConnectionFactorypublic boolean isAcceptable(java.lang.String protocol,
java.lang.String tlsProtocol,
java.lang.String tlsCipher)
isAcceptable in interface NegotiatingServerConnection.CipherDiscriminatorCopyright © 1995–2022 Webtide. All rights reserved.