Package org.apache.hc.core5.http.nio.ssl
Interface SecurePortStrategy
- All Known Implementing Classes:
FixedPortStrategy
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 TypeMethodDescriptionboolean
isSecure
(SocketAddress localAddress) Deprecated.Determines if the given address should be secured or considered secure.
-
Method Details
-
isSecure
Deprecated.Determines if the given address should be secured or considered secure.- Parameters:
localAddress
- the given address.- Returns:
- secure flag.
-