Package | Description |
---|---|
org.apache.sshd.client.channel | |
org.apache.sshd.common.channel |
Modifier and Type | Class and Description |
---|---|
class |
ChannelExec
Client channel to run a remote command
|
class |
ChannelShell
Client channel to open a remote shell
|
class |
PtyCapableChannelSession
Serves as the base channel session for executing remote commands - including a full shell.
|
Modifier and Type | Class and Description |
---|---|
class |
PtyChannelConfiguration |
Modifier and Type | Method and Description |
---|---|
static <M extends PtyChannelConfigurationMutator> |
PtyChannelConfigurationMutator.copyConfiguration(PtyChannelConfigurationHolder src,
M dst) |
static <M extends PtyChannelConfigurationMutator> |
PtyChannelConfigurationMutator.setupSensitiveDefaultPtyConfiguration(M mutator)
Uses O/S detection to initialize some default PTY related values
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.