Uses of Interface
org.eclipse.jetty.server.ConnectionFactory.Detecting
-
Packages that use ConnectionFactory.Detecting Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of ConnectionFactory.Detecting in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement ConnectionFactory.Detecting Modifier and Type Class Description class
DetectorConnectionFactory
AConnectionFactory
combining multipleConnectionFactory.Detecting
instances that will upgrade to the first one recognizing the bytes in the buffer.class
OptionalSslConnectionFactory
Deprecated.UseDetectorConnectionFactory
with aSslConnectionFactory
instead.class
ProxyConnectionFactory
ConnectionFactory for the PROXY Protocol.private static class
ProxyConnectionFactory.ProxyV1ConnectionFactory
private static class
ProxyConnectionFactory.ProxyV2ConnectionFactory
class
SslConnectionFactory
Fields in org.eclipse.jetty.server with type parameters of type ConnectionFactory.Detecting Modifier and Type Field Description private java.util.List<ConnectionFactory.Detecting>
DetectorConnectionFactory. _detectingConnectionFactories
Methods in org.eclipse.jetty.server with parameters of type ConnectionFactory.Detecting Modifier and Type Method Description private static java.lang.String
DetectorConnectionFactory. toProtocolString(ConnectionFactory.Detecting... detectingConnectionFactories)
Constructors in org.eclipse.jetty.server with parameters of type ConnectionFactory.Detecting Constructor Description DetectorConnectionFactory(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)
.
-