Package org.apache.hc.core5.http.nio.ssl
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
isSecure(java.net.SocketAddress localAddress)
Deprecated.Determines if the given address should be secured or considered secure.
-