| Package | Description |
|---|---|
| org.apache.sshd.common.util.net |
| Modifier and Type | Field and Description |
|---|---|
static SshdSocketAddress |
SshdSocketAddress.LOCALHOST_ADDRESS
A dummy placeholder that can be used instead of
nulls |
| Modifier and Type | Method and Description |
|---|---|
static SshdSocketAddress |
SshdSocketAddress.toSshdSocketAddress(SocketAddress addr) |
| Modifier and Type | Method and Description |
|---|---|
static <V> Map.Entry<SshdSocketAddress,? extends V> |
SshdSocketAddress.findMatchingOptionalWildcardEntry(Map<SshdSocketAddress,? extends V> map,
SshdSocketAddress address) |
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
SshdSocketAddress.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 boolean |
SshdSocketAddress.isEquivalent(SshdSocketAddress that) |
static <V> V |
SshdSocketAddress.removeByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map,
SshdSocketAddress address) |
| Modifier and Type | Method and Description |
|---|---|
static <V> V |
SshdSocketAddress.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> V |
SshdSocketAddress.removeByOptionalWildcardAddress(Map<SshdSocketAddress,? extends V> map,
SshdSocketAddress address) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.