Interface ClientConnectionFactory.Decorator

  • Enclosing interface:
    ClientConnectionFactory

    public static interface ClientConnectionFactory.Decorator

    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.