| Package | Description |
|---|---|
| org.apache.sshd.client.config.hosts | |
| org.apache.sshd.common | |
| org.apache.sshd.common.io | |
| org.apache.sshd.common.session |
| 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 | 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 | Method and Description |
|---|---|
default void |
IoServiceEventListener.abortEstablishedConnection(IoConnector connector,
SocketAddress local,
AttributeRepository context,
SocketAddress remote,
Throwable reason)
Called when a previously established connection has been abnormally terminated before it could be turned into a
session
|
IoConnectFuture |
IoConnector.connect(SocketAddress targetAddress,
AttributeRepository context,
SocketAddress localAddress) |
default void |
IoServiceEventListener.connectionEstablished(IoConnector connector,
SocketAddress local,
AttributeRepository context,
SocketAddress remote)
Called when a new connection has been created to a remote peer - before it was converted into a session
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionContext
A "succinct" summary of the most important attributes of an SSH session
|
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.