Uses of Class
com.sshtools.j2ssh.subsystem.SubsystemMessage
Packages that use SubsystemMessage
Package
Description
-
Uses of SubsystemMessage in com.sshtools.daemon.sftp
Methods in com.sshtools.daemon.sftp with parameters of type SubsystemMessageModifier and TypeMethodDescriptionprotected void
SftpSubsystemServer.onMessageReceived
(SubsystemMessage msg) -
Uses of SubsystemMessage in com.sshtools.daemon.subsystem
Methods in com.sshtools.daemon.subsystem with parameters of type SubsystemMessageModifier and TypeMethodDescriptionprotected abstract void
SubsystemServer.onMessageReceived
(SubsystemMessage msg) protected void
SubsystemServer.sendMessage
(SubsystemMessage msg) -
Uses of SubsystemMessage in com.sshtools.j2ssh.agent
Methods in com.sshtools.j2ssh.agent that return SubsystemMessageModifier and TypeMethodDescriptionprotected SubsystemMessage
SshAgentClient.readMessage()
Read a single message from the inputstream and convert into a valid subsystem messageMethods in com.sshtools.j2ssh.agent with parameters of type SubsystemMessageModifier and TypeMethodDescriptionprotected void
SshAgentClient.sendMessage
(SubsystemMessage msg) Send a subsystem messageprotected void
SshAgentConnection.sendMessage
(SubsystemMessage msg) Sends a subsystem message. -
Uses of SubsystemMessage in com.sshtools.j2ssh.sftp
Subclasses of SubsystemMessage in com.sshtools.j2ssh.sftpModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of SubsystemMessage in com.sshtools.j2ssh.subsystem
Methods in com.sshtools.j2ssh.subsystem that return SubsystemMessageModifier and TypeMethodDescriptionSubsystemMessageStore.nextMessage()
SubsystemMessageStore.nextMessage
(int timeout) Methods in com.sshtools.j2ssh.subsystem with parameters of type SubsystemMessageModifier and TypeMethodDescriptionvoid
SubsystemMessageStore.addMessage
(SubsystemMessage msg) protected void
SubsystemChannel.sendMessage
(SubsystemMessage msg) protected void
SubsystemClient.sendMessage
(SubsystemMessage msg)