Interface ClientConnectionFactory.Decorator

  • All Known Implementing Classes:
    ProxyProtocolClientConnectionFactory.V1.Tag, ProxyProtocolClientConnectionFactory.V2.Tag
    Enclosing interface:
    ClientConnectionFactory

    @Deprecated(since="2021-05-27")
    public static interface ClientConnectionFactory.Decorator
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.

    Wraps another ClientConnectionFactory.

    This is typically done by protocols that send "preface" bytes with some metadata before other protocols. The metadata could be, for example, proxying information or authentication information.