| Package | Description |
|---|---|
| com.alibaba.dubbo.qos.command | |
| com.alibaba.dubbo.qos.command.decoder | |
| com.alibaba.dubbo.qos.command.impl |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
CommandContextFactory.newInstance(String commandName) |
static CommandContext |
CommandContextFactory.newInstance(String commandName,
String[] args,
boolean isHttp) |
| Modifier and Type | Method and Description |
|---|---|
String |
DefaultCommandExecutor.execute(CommandContext commandContext) |
String |
CommandExecutor.execute(CommandContext commandContext)
Execute one command and return the execution result
|
String |
BaseCommand.execute(CommandContext commandContext,
String[] args) |
| Modifier and Type | Method and Description |
|---|---|
static CommandContext |
HttpCommandDecoder.decode(io.netty.handler.codec.http.HttpRequest request) |
static CommandContext |
TelnetCommandDecoder.decode(String str) |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.