Class AuthenticationMessage

java.lang.Object
com.sshtools.client.AuthenticationMessage
All Implemented Interfaces:
com.sshtools.common.sshd.SshMessage

public class AuthenticationMessage extends Object implements com.sshtools.common.sshd.SshMessage
  • Constructor Details

    • AuthenticationMessage

      public AuthenticationMessage(String username, String servicename, String methodname)
  • Method Details

    • writeMessageIntoBuffer

      public boolean writeMessageIntoBuffer(ByteBuffer buf)
      Specified by:
      writeMessageIntoBuffer in interface com.sshtools.common.sshd.SshMessage
    • messageSent

      public void messageSent(Long sequenceNo)
      Specified by:
      messageSent in interface com.sshtools.common.sshd.SshMessage