Interface RemoteConnection
public interface RemoteConnection
INTERNAL API.
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.ChannelFutureThe channel future associated with this connection.voidshutdown()Shutdown the connection and release the resources.
-
Method Details
-
channelFuture
io.netty.channel.ChannelFuture channelFuture()The channel future associated with this connection. -
shutdown
void shutdown()Shutdown the connection and release the resources.
-