| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<HostPatternValue> |
HostPatternsHolder.patterns |
| Modifier and Type | Method and Description |
|---|---|
static HostPatternValue |
HostPatternsHolder.toPattern(java.lang.CharSequence patternString)
Converts a host pattern string to a regular expression matcher.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HostPatternValue> |
HostPatternsHolder.getPatterns() |
static java.util.List<HostPatternValue> |
HostPatternsHolder.parsePatterns(java.lang.CharSequence... patterns) |
static java.util.List<HostPatternValue> |
HostPatternsHolder.parsePatterns(java.util.Collection<? extends java.lang.CharSequence> patterns) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HostPatternsHolder.isHostMatch(java.lang.String host,
int port,
java.util.Collection<HostPatternValue> patterns) |
void |
HostPatternsHolder.setPatterns(java.util.Collection<HostPatternValue> patterns) |