Package | Description |
---|---|
org.apache.sshd.client.config.hosts |
Modifier and Type | Method and Description |
---|---|
static HostPatternValue |
HostPatternsHolder.toPattern(CharSequence patternString)
Converts a host pattern string to a regular expression matcher.
|
Modifier and Type | Method and Description |
---|---|
Collection<HostPatternValue> |
HostPatternsHolder.getPatterns() |
static List<HostPatternValue> |
HostPatternsHolder.parsePatterns(CharSequence... patterns) |
static List<HostPatternValue> |
HostPatternsHolder.parsePatterns(Collection<? extends CharSequence> patterns) |
Modifier and Type | Method and Description |
---|---|
static boolean |
HostPatternsHolder.isHostMatch(String host,
int port,
Collection<HostPatternValue> patterns) |
void |
HostPatternsHolder.setPatterns(Collection<HostPatternValue> patterns) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.