Uses of Class
org.apache.sshd.common.util.net.SshdSocketAddress
-
Packages that use SshdSocketAddress Package Description org.apache.sshd.common.util.net -
-
Uses of SshdSocketAddress in org.apache.sshd.common.util.net
Fields in org.apache.sshd.common.util.net declared as SshdSocketAddress Modifier and Type Field Description static SshdSocketAddressSshdSocketAddress. LOCALHOST_ADDRESSA dummy placeholder that can be used instead ofnullsMethods in org.apache.sshd.common.util.net that return SshdSocketAddress Modifier and Type Method Description static SshdSocketAddressSshdSocketAddress. toSshdSocketAddress(SocketAddress addr)Methods in org.apache.sshd.common.util.net that return types with arguments of type SshdSocketAddress Modifier and Type Method Description static <V> Map.Entry<SshdSocketAddress,? extends V>SshdSocketAddress. findMatchingOptionalWildcardEntry(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)Methods in org.apache.sshd.common.util.net with parameters of type SshdSocketAddress Modifier and Type Method Description static <V> VSshdSocketAddress. findByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)static <V> Map.Entry<SshdSocketAddress,? extends V>SshdSocketAddress. findMatchingOptionalWildcardEntry(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)protected booleanSshdSocketAddress. isEquivalent(SshdSocketAddress that)static <V> VSshdSocketAddress. removeByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)Method parameters in org.apache.sshd.common.util.net with type arguments of type SshdSocketAddress Modifier and Type Method Description static <V> VSshdSocketAddress. findByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)static <V> Map.Entry<SshdSocketAddress,? extends V>SshdSocketAddress. findMatchingOptionalWildcardEntry(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)static <V> VSshdSocketAddress. removeByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map, SshdSocketAddress address)
-