Package | Description |
---|---|
com.maverick.sshd |
This package contains the base implementation of the SSH server.
|
com.maverick.sshd.auth | |
com.sshtools.proxy |
Modifier and Type | Method and Description |
---|---|
Channel |
DefaultChannelFactory.createChannel(String channeltype,
Connection con) |
Channel |
ChannelFactory.createChannel(String channeltype,
Connection con) |
AuthenticationMechanism |
AuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
protected Subsystem |
DefaultChannelFactory.createPublicKeySubsystem(SessionChannel session) |
protected Channel |
DefaultChannelFactory.createSessionChannel(Connection con) |
protected SftpSubsystem |
DefaultChannelFactory.createSftpSubsystem(SessionChannel session) |
Subsystem |
DefaultChannelFactory.createSubsystem(String name,
SessionChannel session) |
Subsystem |
ChannelFactory.createSubsystem(String name,
SessionChannel session) |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism |
DefaultAuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
AuthenticationMechanism |
AllowNoneAuthenticationMechanismFactory.createInstance(String name,
TransportProtocol transport,
AuthenticationProtocol authentication,
Connection con) |
Modifier and Type | Method and Description |
---|---|
protected Channel |
ProxyChannelFactory.createSessionChannel(Connection con)
This method creates a
ProxySession for the given connection |
Copyright © 2024. All rights reserved.