Class ProxyConnectionFactory

All Implemented Interfaces:
ConnectionFactory, ConnectionFactory.Detecting, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

@Deprecated(since="2021-05-27") public class ProxyConnectionFactory extends DetectorConnectionFactory
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

ConnectionFactory for the PROXY Protocol.

This factory can be placed in front of any other connection factory to process the proxy v1 or v2 line before the normal protocol handling

See Also:
  • Field Details

  • Constructor Details

    • ProxyConnectionFactory

      public ProxyConnectionFactory()
      Deprecated.
    • ProxyConnectionFactory

      public ProxyConnectionFactory(String nextProtocol)
      Deprecated.
  • Method Details

    • getMaxProxyHeader

      public int getMaxProxyHeader()
      Deprecated.
    • setMaxProxyHeader

      public void setMaxProxyHeader(int maxProxyHeader)
      Deprecated.