类的使用
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 CommandContext
CommandContextFactory. newInstance(String commandName)
static CommandContext
CommandContextFactory. newInstance(String commandName, String[] args, boolean isHttp)
参数类型为CommandContext的com.alibaba.dubbo.qos.command中的方法 修饰符和类型 方法 说明 String
BaseCommand. execute(CommandContext commandContext, String[] args)
String
CommandExecutor. execute(CommandContext commandContext)
Execute one command and return the execution resultString
DefaultCommandExecutor. execute(CommandContext commandContext)
-
com.alibaba.dubbo.qos.command.decoder中CommandContext的使用
返回CommandContext的com.alibaba.dubbo.qos.command.decoder中的方法 修饰符和类型 方法 说明 static CommandContext
HttpCommandDecoder. decode(io.netty.handler.codec.http.HttpRequest request)
static CommandContext
TelnetCommandDecoder. decode(String str)
-
com.alibaba.dubbo.qos.command.impl中CommandContext的使用
参数类型为CommandContext的com.alibaba.dubbo.qos.command.impl中的方法 修饰符和类型 方法 说明 String
Help. execute(CommandContext commandContext, String[] args)
String
Ls. execute(CommandContext commandContext, String[] args)
String
Offline. execute(CommandContext commandContext, String[] args)
String
Online. execute(CommandContext commandContext, String[] args)
String
Quit. execute(CommandContext commandContext, String[] args)
-