Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.key |
Modifier and Type | Class and Description |
---|---|
class |
SftpSubsystem
This class provides the SFTP subsystem.
|
Modifier and Type | Field and Description |
---|---|
protected ComponentFactory<Subsystem> |
DefaultChannelFactory.subsystems |
Modifier and Type | Method and Description |
---|---|
protected Subsystem |
DefaultChannelFactory.createPublicKeySubsystem(SessionChannel session) |
Subsystem |
DefaultChannelFactory.createSubsystem(String name,
SessionChannel session) |
Subsystem |
ChannelFactory.createSubsystem(String name,
SessionChannel session) |
Subsystem |
SessionChannel.getSubsystem() |
Modifier and Type | Method and Description |
---|---|
ComponentFactory<Subsystem> |
SshContext.supportedSubsystems()
Deprecated.
No longer used. Subsystems are created by ChannelFactory
|
Modifier and Type | Class and Description |
---|---|
class |
PublicKeySubsystem |
Copyright © 2024. All rights reserved.