Uses of Interface
org.eclipse.jetty.server.ConnectionFactory.Detecting
Packages that use ConnectionFactory.Detecting
-
Uses of ConnectionFactory.Detecting in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ConnectionFactory.DetectingModifier 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.private static class
private static class
class
Fields in org.eclipse.jetty.server with type parameters of type ConnectionFactory.DetectingModifier and TypeFieldDescriptionprivate final List
<ConnectionFactory.Detecting> DetectorConnectionFactory._detectingConnectionFactories
Methods in org.eclipse.jetty.server with parameters of type ConnectionFactory.DetectingModifier and TypeMethodDescriptionprivate static String
DetectorConnectionFactory.toProtocolString
(ConnectionFactory.Detecting... detectingConnectionFactories) Constructors in org.eclipse.jetty.server with parameters of type ConnectionFactory.DetectingModifierConstructorDescriptionDetectorConnectionFactory
(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.