org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminatorHTTP2CServerConnectionFactorypublic class HTTP2ServerConnectionFactory extends AbstractHTTP2ServerConnectionFactory implements org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminator
| Modifier and Type | Class | Description |
|---|---|---|
protected class |
HTTP2ServerConnectionFactory.HTTPServerSessionListener |
org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerorg.eclipse.jetty.server.ConnectionFactory.Upgrading| Constructor | Description |
|---|---|
HTTP2ServerConnectionFactory(org.eclipse.jetty.server.HttpConfiguration httpConfiguration) |
|
HTTP2ServerConnectionFactory(org.eclipse.jetty.server.HttpConfiguration httpConfiguration,
java.lang.String... protocols) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isAcceptable(java.lang.String protocol,
java.lang.String tlsProtocol,
java.lang.String tlsCipher) |
|
protected org.eclipse.jetty.http2.api.server.ServerSessionListener |
newSessionListener(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint) |
configure, getFactories, getInputBufferSize, getProtocol, getProtocols, setInputBufferSize, toStringgetFlowControlStrategyFactory, getHttpConfiguration, getInitialSessionRecvWindow, getInitialStreamRecvWindow, getMaxConcurrentStreams, getMaxDynamicTableSize, getMaxHeaderBlockFragment, getReservedThreads, getStreamIdleTimeout, newConnection, newServerParser, newSettings, setFlowControlStrategyFactory, setInitialSessionRecvWindow, setInitialStreamRecvWindow, setMaxConcurrentStreams, setMaxDynamicTableSize, setMaxHeaderBlockFragment, setReservedThreads, setStreamIdleTimeoutaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopaddBean, addBean, addBean, addEventListener, addManaged, contains, destroy, doStart, doStop, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, dumpThis, getBean, getBeans, getBeans, getContainedBeans, getContainedBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBean, updateBeanspublic HTTP2ServerConnectionFactory(@Name("config")
org.eclipse.jetty.server.HttpConfiguration httpConfiguration)
public HTTP2ServerConnectionFactory(@Name("config")
org.eclipse.jetty.server.HttpConfiguration httpConfiguration,
@Name("protocols")
java.lang.String... protocols)
protected org.eclipse.jetty.http2.api.server.ServerSessionListener newSessionListener(org.eclipse.jetty.server.Connector connector,
org.eclipse.jetty.io.EndPoint endPoint)
newSessionListener in class AbstractHTTP2ServerConnectionFactorypublic boolean isAcceptable(java.lang.String protocol,
java.lang.String tlsProtocol,
java.lang.String tlsCipher)
isAcceptable in interface org.eclipse.jetty.server.NegotiatingServerConnection.CipherDiscriminatorCopyright © 1995–2018 Webtide. All rights reserved.