Class CustomProxyOptions

  • All Implemented Interfaces:
    ProxyOptions

    public final class CustomProxyOptions
    extends Object
    implements ProxyOptions
    A ProxyOptions representing custom proxy settings.

    The password is managed as a SecretReference, ensuring its value is refreshed as necessary. This avoids breaking the promise chain too early and may unlock further usage up to the ClientHandler (like secret rotation).