Uses of Interface
com.sshtools.common.ssh.SessionChannelServer
Packages that use SessionChannelServer
-
Uses of SessionChannelServer in com.sshtools.common.command
Fields in com.sshtools.common.command declared as SessionChannelServerModifier and TypeFieldDescriptionprotected SessionChannelServerAbstractExecutableCommand.sessionThe session channel instance on which this command is being executedMethods in com.sshtools.common.command with parameters of type SessionChannelServerModifier and TypeMethodDescriptionvoidAbstractExecutableCommand.init(SessionChannelServer session) Initialize the command.voidExecutableCommand.init(SessionChannelServer session) Initialize the command.