| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts |
| Modifier and Type | Method and Description |
|---|---|
HostConfigEntry |
ConfigFileHostEntryResolver.resolveEffectiveHost(String host,
int port,
SocketAddress localAddress,
String username,
String proxyJump,
AttributeRepository context) |
HostConfigEntry |
HostConfigEntryResolver.resolveEffectiveHost(String host,
int port,
SocketAddress localAddress,
String username,
String proxyJump,
AttributeRepository context)
Invoked when creating a new client session in order to allow for overriding of the original parameters
|
| Modifier and Type | Method and Description |
|---|---|
static List<HostConfigEntry> |
HostConfigEntry.findMatchingEntries(String host,
Collection<? extends HostConfigEntry> entries)
Locates all the matching entries for a give host name / address
|
static List<HostConfigEntry> |
HostConfigEntry.findMatchingEntries(String host,
HostConfigEntry... entries)
Locates all the matching entries for a give host name / address
|
static List<HostConfigEntry> |
HostConfigEntry.readHostConfigEntries(BufferedReader rdr)
Reads configuration entries
|
static List<HostConfigEntry> |
HostConfigEntry.readHostConfigEntries(InputStream inStream,
boolean okToClose) |
static List<HostConfigEntry> |
HostConfigEntry.readHostConfigEntries(Path path,
OpenOption... options) |
static List<HostConfigEntry> |
HostConfigEntry.readHostConfigEntries(Reader rdr,
boolean okToClose) |
static List<HostConfigEntry> |
HostConfigEntry.readHostConfigEntries(URL url) |
protected List<HostConfigEntry> |
ConfigFileHostEntryResolver.reloadHostConfigEntries(Path path,
String host,
int port,
String username,
String proxyJump) |
protected List<HostConfigEntry> |
DefaultConfigFileHostEntryResolver.reloadHostConfigEntries(Path path,
String host,
int port,
String username,
String proxyJump) |
| Modifier and Type | Method and Description |
|---|---|
void |
HostConfigEntry.collate(HostConfigEntry that)
Merges that into this via underride.
|
static List<HostConfigEntry> |
HostConfigEntry.findMatchingEntries(String host,
HostConfigEntry... entries)
Locates all the matching entries for a give host name / address
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends Appendable> |
HostConfigEntry.appendHostConfigEntries(A sb,
Collection<? extends HostConfigEntry> entries) |
static List<HostConfigEntry> |
HostConfigEntry.findMatchingEntries(String host,
Collection<? extends HostConfigEntry> entries)
Locates all the matching entries for a give host name / address
|
static HostConfigEntryResolver |
HostConfigEntry.toHostConfigEntryResolver(Collection<? extends HostConfigEntry> entries) |
static void |
HostConfigEntry.writeHostConfigEntries(OutputStream outputStream,
boolean okToClose,
Collection<? extends HostConfigEntry> entries) |
static void |
HostConfigEntry.writeHostConfigEntries(Path path,
Collection<? extends HostConfigEntry> entries,
OpenOption... options) |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.