类 CommandContext


  • public class CommandContext
    extends 
    • 构造器概要

      构造器 
      构造器 说明
       commandName)  
       commandName, [] args, boolean isHttp)  
    • 构造器详细资料

      • CommandContext

        public CommandContext​( commandName)
      • CommandContext

        public CommandContext​( commandName,
                              [] args,
                              boolean isHttp)
    • 方法详细资料

      • getCommandName

        public  getCommandName()
      • setCommandName

        public void setCommandName​( commandName)
      • getArgs

        public [] getArgs()
      • setArgs

        public void setArgs​([] args)
      • getRemote

        public io.netty.channel.Channel getRemote()
      • setRemote

        public void setRemote​(io.netty.channel.Channel remote)
      • isHttp

        public boolean isHttp()
      • setHttp

        public void setHttp​(boolean http)
      • getOrginRequest

        public  getOrginRequest()
      • setOrginRequest

        public void setOrginRequest​( orginRequest)