Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Class and Description |
---|---|
class |
DetectorConnectionFactory
A
ConnectionFactory combining multiple Detecting instances that will upgrade to
the first one recognizing the bytes in the buffer. |
class |
OptionalSslConnectionFactory
Deprecated.
Use
DetectorConnectionFactory with a SslConnectionFactory instead. |
class |
ProxyConnectionFactory
ConnectionFactory for the PROXY Protocol.
|
class |
SslConnectionFactory |
Constructor and Description |
---|
DetectorConnectionFactory(ConnectionFactory.Detecting... detectingConnectionFactories)
When the first bytes are not recognized by the
detectingConnectionFactories , the default behavior is to
upgrade to the protocol returned by AbstractConnectionFactory.findNextProtocol(Connector) . |
Copyright © 1995–2021 Webtide. All rights reserved.