@Deprecated public final class FixedPortStrategy extends Object implements SecurePortStrategy
SecurePortStrategy
with a fixed list of secure ports.Constructor and Description |
---|
FixedPortStrategy(int... securePorts)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isSecure(SocketAddress localAddress)
Deprecated.
Determines if the given address should be secured or considered secure.
|
public boolean isSecure(SocketAddress localAddress)
SecurePortStrategy
isSecure
in interface SecurePortStrategy
localAddress
- the given address.Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.