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