Uses of Interface
com.sshtools.common.ssh.SessionChannel
Packages that use SessionChannel
-
Uses of SessionChannel in com.sshtools.common.command
Methods in com.sshtools.common.command that return SessionChannelModifier and TypeMethodDescriptionAbstractExecutableCommand.getSession()ExecutableCommand.getSession() -
Uses of SessionChannel in com.sshtools.common.sftp
Methods in com.sshtools.common.sftp with parameters of type SessionChannelModifier and TypeMethodDescriptionvoidSftpSubsystem.init(SessionChannel session, Context context) voidSftpOperationWrapper.onBeginOperation(SessionChannel session, SftpSubsystemOperation op) voidSftpOperationWrapper.onEndOperation(SessionChannel session, SftpSubsystemOperation op) -
Uses of SessionChannel in com.sshtools.common.ssh
Subinterfaces of SessionChannel in com.sshtools.common.sshFields in com.sshtools.common.ssh declared as SessionChannelMethods in com.sshtools.common.ssh that return SessionChannelMethods in com.sshtools.common.ssh with parameters of type SessionChannelModifier and TypeMethodDescriptionvoidSubsystem.init(SessionChannel session, Context context) Initialize the subsystem with the current session and configuration.