Interface SecurePortStrategy

  • All Known Implementing Classes:
    FixedPortStrategy

    @Deprecated
    public interface SecurePortStrategy
    Deprecated.
    Use configuration parameters provided by connection listeners.
    Side-side strategy to determine if local endpoint should be secured with TLS.
    Since:
    5.0
    • Method Detail

      • isSecure

        boolean isSecure​(java.net.SocketAddress localAddress)
        Deprecated.
        Determines if the given address should be secured or considered secure.
        Parameters:
        localAddress - the given address.
        Returns:
        secure flag.