Uses of Interface
org.eclipse.jetty.server.ConnectionFactory.Detecting
-
Uses of ConnectionFactory.Detecting in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
Deprecated.class
ConnectionFactory for the PROXY Protocol.class
ModifierConstructorDescriptionDetectorConnectionFactory
(ConnectionFactory.Detecting... detectingConnectionFactories) When the first bytes are not recognized by thedetectingConnectionFactories
, the default behavior is to upgrade to the protocol returned byAbstractConnectionFactory.findNextProtocol(Connector)
.
DetectorConnectionFactory
with aSslConnectionFactory
instead.