Class RequestPtyReq


  • class RequestPtyReq
    extends Request
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int tcol  
      private byte[] terminal_mode  
      private int thp  
      private int trow  
      private java.lang.String ttype  
      private int twp  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestPtyReq()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void request​(Session session, Channel channel)  
      (package private) void setCode​(java.lang.String cookie)  
      (package private) void setTerminalMode​(byte[] terminal_mode)  
      (package private) void setTSize​(int tcol, int trow, int twp, int thp)  
      (package private) void setTType​(java.lang.String ttype)  
      • Methods inherited from class java.lang.Object

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

      • ttype

        private java.lang.String ttype
      • tcol

        private int tcol
      • trow

        private int trow
      • twp

        private int twp
      • thp

        private int thp
      • terminal_mode

        private byte[] terminal_mode
    • Constructor Detail

      • RequestPtyReq

        RequestPtyReq()
    • Method Detail

      • setCode

        void setCode​(java.lang.String cookie)
      • setTType

        void setTType​(java.lang.String ttype)
      • setTerminalMode

        void setTerminalMode​(byte[] terminal_mode)
      • setTSize

        void setTSize​(int tcol,
                      int trow,
                      int twp,
                      int thp)
      • request

        public void request​(Session session,
                            Channel channel)
                     throws java.lang.Exception
        Overrides:
        request in class Request
        Throws:
        java.lang.Exception