Class RequestExec


  • class RequestExec
    extends Request
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte[] command  
    • Constructor Summary

      Constructors 
      Constructor Description
      RequestExec​(byte[] command)  
    • Field Detail

      • command

        private byte[] command
    • Constructor Detail

      • RequestExec

        RequestExec​(byte[] command)
    • Method Detail

      • request

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