类的使用
com.alibaba.dubbo.qos.command.CommandContext
-
使用CommandContext的程序包 程序包 说明 com.alibaba.dubbo.qos.command com.alibaba.dubbo.qos.command.decoder com.alibaba.dubbo.qos.command.impl -
-
com.alibaba.dubbo.qos.command中CommandContext的使用
返回CommandContext的com.alibaba.dubbo.qos.command中的方法 修饰符和类型 方法 说明 static CommandContextCommandContextFactory. newInstance(String commandName)static CommandContextCommandContextFactory. newInstance(String commandName, String[] args, boolean isHttp)参数类型为CommandContext的com.alibaba.dubbo.qos.command中的方法 修饰符和类型 方法 说明 StringBaseCommand. execute(CommandContext commandContext, String[] args)StringCommandExecutor. execute(CommandContext commandContext)Execute one command and return the execution resultStringDefaultCommandExecutor. execute(CommandContext commandContext) -
com.alibaba.dubbo.qos.command.decoder中CommandContext的使用
返回CommandContext的com.alibaba.dubbo.qos.command.decoder中的方法 修饰符和类型 方法 说明 static CommandContextHttpCommandDecoder. decode(io.netty.handler.codec.http.HttpRequest request)static CommandContextTelnetCommandDecoder. decode(String str) -
com.alibaba.dubbo.qos.command.impl中CommandContext的使用
参数类型为CommandContext的com.alibaba.dubbo.qos.command.impl中的方法 修饰符和类型 方法 说明 StringHelp. execute(CommandContext commandContext, String[] args)StringLs. execute(CommandContext commandContext, String[] args)StringOffline. execute(CommandContext commandContext, String[] args)StringOnline. execute(CommandContext commandContext, String[] args)StringQuit. execute(CommandContext commandContext, String[] args)
-