public class ClientConnectionInfo extends Object
| Constructor and Description |
|---|
ClientConnectionInfo() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelHandlerContext |
getChannelHandlerContext() |
String |
getHost() |
int |
getPort() |
io.netty.util.concurrent.Promise<io.netty.channel.Channel> |
getPromise() |
void |
setChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setPromise(io.netty.util.concurrent.Promise<io.netty.channel.Channel> promise) |
public io.netty.channel.ChannelHandlerContext getChannelHandlerContext()
public void setChannelHandlerContext(io.netty.channel.ChannelHandlerContext channelHandlerContext)
public io.netty.util.concurrent.Promise<io.netty.channel.Channel> getPromise()
public void setPromise(io.netty.util.concurrent.Promise<io.netty.channel.Channel> promise)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
Copyright © 2022. All rights reserved.