|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandContext | |
|---|---|
| com.alibaba.dubbo.qos.command | |
| com.alibaba.dubbo.qos.command.CommandImpl | |
| com.alibaba.dubbo.qos.command.decoder | |
| Uses of CommandContext in com.alibaba.dubbo.qos.command |
|---|
| Methods in com.alibaba.dubbo.qos.command that return CommandContext | |
|---|---|
static CommandContext |
CommandContextFactory.newInstance(String commandName)
|
static CommandContext |
CommandContextFactory.newInstance(String commandName,
String[] args,
boolean isHttp)
|
| Methods in com.alibaba.dubbo.qos.command with parameters of type CommandContext | |
|---|---|
String |
CommandExecutor.execute(CommandContext commandContext)
执行一个命令,返回对应命令执行的结果 |
String |
DefaultCommandExecutor.execute(CommandContext commandContext)
|
String |
BaseCommand.execute(CommandContext commandContext,
String[] args)
|
| Uses of CommandContext in com.alibaba.dubbo.qos.command.CommandImpl |
|---|
| Methods in com.alibaba.dubbo.qos.command.CommandImpl with parameters of type CommandContext | |
|---|---|
String |
Quit.execute(CommandContext commandContext,
String[] args)
|
String |
Online.execute(CommandContext commandContext,
String[] args)
|
String |
Offline.execute(CommandContext commandContext,
String[] args)
|
String |
Ls.execute(CommandContext commandContext,
String[] args)
|
String |
Help.execute(CommandContext commandContext,
String[] args)
|
| Uses of CommandContext in com.alibaba.dubbo.qos.command.decoder |
|---|
| Methods in com.alibaba.dubbo.qos.command.decoder that return CommandContext | |
|---|---|
static CommandContext |
HttpCommandDecoder.decode(io.netty.handler.codec.http.HttpRequest request)
|
static CommandContext |
TelnetCommandDecoder.decode(String str)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||