Class SshResponse


  • public class SshResponse
    extends java.lang.Object

    SshResponse class.

    Version:
    $Id: $
    Author:
    thedesloge
    • Constructor Summary

      Constructors 
      Constructor Description
      SshResponse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAvailable()
      isAvailable
      void receive​(boolean isAvail)
      receive
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SshResponse

        public SshResponse()
    • Method Detail

      • receive

        public void receive​(boolean isAvail)

        receive

        Parameters:
        isAvail - a boolean.
      • isAvailable

        public boolean isAvailable()

        isAvailable

        Returns:
        a boolean.