Interface Session.Shell

    • Method Detail

      • canDoFlowControl

        java.lang.Boolean canDoFlowControl()
        Whether the client can do local flow control using control-S and control-Q.
        Returns:
        boolean value indicating whether 'client can do', or null if no such information was received
      • changeWindowDimensions

        void changeWindowDimensions​(int cols,
                                    int rows,
                                    int width,
                                    int height)
                             throws TransportException
        Sends a window dimension change message.
        Parameters:
        cols - terminal width, columns
        rows - terminal height, rows
        width - terminal width, pixels
        height - terminal height, pixels
        Throws:
        TransportException
      • getErrorStream

        java.io.InputStream getErrorStream()
        Returns the shell's stderr stream.