Class SshAgentForwardingNotice

java.lang.Object
com.sshtools.agent.AgentMessage
com.sshtools.agent.rfc.SshAgentForwardingNotice

public class SshAgentForwardingNotice extends AgentMessage
  • Constructor Details

    • SshAgentForwardingNotice

      public SshAgentForwardingNotice()
      Creates a new SshAgentForwardingNotice object.
    • SshAgentForwardingNotice

      public SshAgentForwardingNotice(String remoteHostname, String remoteIPAddress, int remotePort)
      Creates a new SshAgentForwardingNotice object.
      Parameters:
      remoteHostname -
      remoteIPAddress -
      remotePort -
  • Method Details