Uses of Class
com.sshtools.j2ssh.subsystem.SubsystemMessage
-
Packages that use SubsystemMessage Package Description com.sshtools.daemon.sftp com.sshtools.daemon.subsystem com.sshtools.j2ssh.agent com.sshtools.j2ssh.sftp com.sshtools.j2ssh.subsystem -
-
Uses of SubsystemMessage in com.sshtools.daemon.sftp
Methods in com.sshtools.daemon.sftp with parameters of type SubsystemMessage Modifier and Type Method Description protected voidSftpSubsystemServer. onMessageReceived(SubsystemMessage msg) -
Uses of SubsystemMessage in com.sshtools.daemon.subsystem
Methods in com.sshtools.daemon.subsystem with parameters of type SubsystemMessage Modifier and Type Method Description protected abstract voidSubsystemServer. onMessageReceived(SubsystemMessage msg)protected voidSubsystemServer. sendMessage(SubsystemMessage msg) -
Uses of SubsystemMessage in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that return SubsystemMessage Modifier and Type Method Description protected SubsystemMessageSshAgentClient. readMessage()Read a single message from the inputstream and convert into a valid subsystem messageMethods in com.sshtools.j2ssh.agent with parameters of type SubsystemMessage Modifier and Type Method Description protected voidSshAgentClient. sendMessage(SubsystemMessage msg)Send a subsystem messageprotected voidSshAgentConnection. sendMessage(SubsystemMessage msg)Sends a subsystem message. -
Uses of SubsystemMessage in com.sshtools.j2ssh.sftp
Subclasses of SubsystemMessage in com.sshtools.j2ssh.sftp Modifier and Type Class Description classSshFxpAttrsclassSshFxpCloseclassSshFxpDataclassSshFxpFSetStatclassSshFxpFStatclassSshFxpHandleclassSshFxpInitclassSshFxpLStatclassSshFxpMkdirclassSshFxpNameclassSshFxpOpenclassSshFxpOpenDirclassSshFxpReadclassSshFxpReadDirclassSshFxpReadlinkclassSshFxpRealPathclassSshFxpRemoveclassSshFxpRenameclassSshFxpRmdirclassSshFxpSetStatclassSshFxpStatclassSshFxpStatusclassSshFxpSymlinkclassSshFxpVersionclassSshFxpWrite -
Uses of SubsystemMessage in com.sshtools.j2ssh.subsystem
Methods in com.sshtools.j2ssh.subsystem that return SubsystemMessage Modifier and Type Method Description SubsystemMessageSubsystemMessageStore. nextMessage()SubsystemMessageSubsystemMessageStore. nextMessage(int timeout)Methods in com.sshtools.j2ssh.subsystem with parameters of type SubsystemMessage Modifier and Type Method Description voidSubsystemMessageStore. addMessage(SubsystemMessage msg)protected voidSubsystemChannel. sendMessage(SubsystemMessage msg)protected voidSubsystemClient. sendMessage(SubsystemMessage msg)
-