类 CommandContext
- java.lang.Object
-
- com.alibaba.dubbo.qos.command.CommandContext
-
public class CommandContext extends Object
-
-
构造器概要
构造器 构造器 说明 CommandContext(String commandName)CommandContext(String commandName, String[] args, boolean isHttp)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 String[]getArgs()StringgetCommandName()ObjectgetOrginRequest()io.netty.channel.ChannelgetRemote()booleanisHttp()voidsetArgs(String[] args)voidsetCommandName(String commandName)voidsetHttp(boolean http)voidsetOrginRequest(Object orginRequest)voidsetRemote(io.netty.channel.Channel remote)
-
-
-
方法详细资料
-
getCommandName
public String getCommandName()
-
setCommandName
public void setCommandName(String commandName)
-
getArgs
public String[] getArgs()
-
setArgs
public void setArgs(String[] 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 Object getOrginRequest()
-
setOrginRequest
public void setOrginRequest(Object orginRequest)
-
-