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 Summary

    Modifier and Type
    Method
    Description
    boolean
    isSecure(SocketAddress localAddress)
    Deprecated.
    Determines if the given address should be secured or considered secure.
  • Method Details

    • isSecure

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