Class CliTerminalConnection


  • public class CliTerminalConnection
    extends java.lang.Object
    Author:
    jdenise@redhat.com
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      org.aesh.terminal.Connection getConnection()  
      java.io.PrintStream getOutput()  
      org.aesh.command.shell.Shell getShell()  
      • Methods inherited from class java.lang.Object

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

      • CliTerminalConnection

        public CliTerminalConnection()
                              throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getConnection

        public org.aesh.terminal.Connection getConnection()
      • getOutput

        public java.io.PrintStream getOutput()
      • getShell

        public org.aesh.command.shell.Shell getShell()
      • close

        public void close()