| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts | |
| org.apache.sshd.common | |
| org.apache.sshd.common.session |
| Modifier and Type | Method and Description |
|---|---|
HostConfigEntry |
ConfigFileHostEntryResolver.resolveEffectiveHost(String host,
int port,
SocketAddress localAddress,
String username,
AttributeRepository context) |
HostConfigEntry |
HostConfigEntryResolver.resolveEffectiveHost(String host,
int port,
SocketAddress localAddress,
String username,
AttributeRepository context)
Invoked when creating a new client session in order to allow for overriding
of the original parameters
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeStore
Provides the capability to attach in-memory attributes to the entity
|
| Modifier and Type | Method and Description |
|---|---|
static AttributeRepository |
AttributeRepository.ofAttributesMap(Map<AttributeRepository.AttributeKey<?>,?> attributes) |
static <A> AttributeRepository |
AttributeRepository.ofKeyValuePair(AttributeRepository.AttributeKey<A> key,
A value) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionContext
A "succinct" summary of the most important attributes of an SSH session
|
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.