类 AgentInfo
- java.lang.Object
-
- com.alibaba.arthas.tunnel.server.AgentInfo
-
public class AgentInfo extends Object
- 作者:
- hengyunabc 2019-08-27
-
-
构造器概要
构造器 构造器 说明 AgentInfo()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetArthasVersion()io.netty.channel.ChannelHandlerContextgetChannelHandlerContext()StringgetHost()intgetPort()voidsetArthasVersion(String arthasVersion)voidsetChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext)voidsetHost(String host)voidsetPort(int port)
-
-
-
方法详细资料
-
getChannelHandlerContext
public io.netty.channel.ChannelHandlerContext getChannelHandlerContext()
-
setChannelHandlerContext
public void setChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext)
-
getHost
public String getHost()
-
setHost
public void setHost(String host)
-
getPort
public int getPort()
-
setPort
public void setPort(int port)
-
getArthasVersion
public String getArthasVersion()
-
setArthasVersion
public void setArthasVersion(String arthasVersion)
-
-