Uses of Class
com.sshtools.daemon.session.SessionChannelServer
-
Packages that use SessionChannelServer Package Description com.sshtools.daemon.sftp com.sshtools.daemon.subsystem -
-
Uses of SessionChannelServer in com.sshtools.daemon.sftp
Methods in com.sshtools.daemon.sftp with parameters of type SessionChannelServer Modifier and Type Method Description void
SftpSubsystemServer. setSession(SessionChannelServer session)
-
Uses of SessionChannelServer in com.sshtools.daemon.subsystem
Fields in com.sshtools.daemon.subsystem declared as SessionChannelServer Modifier and Type Field Description protected SessionChannelServer
SubsystemServer. session
Methods in com.sshtools.daemon.subsystem with parameters of type SessionChannelServer Modifier and Type Method Description void
SubsystemServer. setSession(SessionChannelServer session)
-