类 ClientConnectionInfo


  • public class ClientConnectionInfo
    extends Object
    作者:
    hengyunabc 2019-08-27
    • 构造器详细资料

      • ClientConnectionInfo

        public ClientConnectionInfo()
    • 方法详细资料

      • 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)