Uses of Class
com.sshtools.agent.AgentMessage
Packages that use AgentMessage
-
Uses of AgentMessage in com.sshtools.agent.client
Methods in com.sshtools.agent.client that return AgentMessageModifier and TypeMethodDescriptionprotected AgentMessage
SshAgentClient.readMessage()
Read a single message from the inputstream and convert into a valid subsystem messageMethods in com.sshtools.agent.client with parameters of type AgentMessageModifier and TypeMethodDescriptionprotected void
SshAgentClient.sendMessage
(AgentMessage msg) Send a subsystem message -
Uses of AgentMessage in com.sshtools.agent.openssh
Subclasses of AgentMessage in com.sshtools.agent.opensshModifier and TypeClassDescriptionclass
Message for Agent Private key operationclass
class
class
class
class
class
class
Message for Agent Private key operationclass
class
Methods in com.sshtools.agent.openssh with parameters of type AgentMessageModifier and TypeMethodDescriptionprotected void
OpenSSHAgentConnection.onDeleteAllKeys
(AgentMessage msg) Called when the remote side requests that all keys be removed from the agent.protected void
OpenSSHAgentConnection.onListKeys
(AgentMessage msg) Called by the remote side when a list of the agents keys is requiredprotected void
OpenSSHAgentConnection.sendMessage
(AgentMessage msg) Sends a subsystem message. -
Uses of AgentMessage in com.sshtools.agent.rfc
Subclasses of AgentMessage in com.sshtools.agent.rfcModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
Message for Agent Private key operationclass
class
class
class
class
class
class
Methods in com.sshtools.agent.rfc with parameters of type AgentMessageModifier and TypeMethodDescriptionprotected void
RFCAgentConnection.onDeleteAllKeys
(AgentMessage msg) Called when the remote side requests that all keys be removed from the agent.protected void
RFCAgentConnection.onListKeys
(AgentMessage msg) Called by the remote side when a list of the agents keys is requiredprotected void
RFCAgentConnection.sendMessage
(AgentMessage msg) Sends a subsystem message.