Uses of Class
org.apache.sshd.common.util.net.SshdSocketAddress
Packages that use SshdSocketAddress
-
Uses of SshdSocketAddress in org.apache.sshd.common.util.net
Fields in org.apache.sshd.common.util.net declared as SshdSocketAddressModifier and TypeFieldDescriptionstatic final SshdSocketAddressSshdSocketAddress.LOCALHOST_ADDRESSA dummy placeholder that can be used instead ofnullsMethods in org.apache.sshd.common.util.net that return SshdSocketAddressModifier and TypeMethodDescriptionstatic SshdSocketAddressSshdSocketAddress.toSshdSocketAddress(SocketAddress addr) Methods in org.apache.sshd.common.util.net that return types with arguments of type SshdSocketAddressModifier and TypeMethodDescriptionstatic <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 SshdSocketAddressModifier and TypeMethodDescriptionstatic <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 SshdSocketAddressModifier and TypeMethodDescriptionstatic <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)